Skip to content

Commit 903f041

Browse files
committed
Rename job to build
1 parent ae73f68 commit 903f041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ on:
5050
required: true
5151

5252
jobs:
53-
lint_and_test:
54-
name: 'Lint and test'
53+
build:
54+
name: 'Build'
5555
runs-on: ${{ inputs.runner }}
5656
env:
5757
BUNDLE_APP_CONFIG: ${{ inputs.bundle_app_config }}

0 commit comments

Comments
 (0)