Skip to content

Commit 963bcff

Browse files
authored
ci: rename the primary job on the "pr" workflow from "lint-and-format" to "check" (#396)
1 parent 7171239 commit 963bcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [master]
88

99
jobs:
10-
lint-and-format:
11-
name: lint-and-format
10+
check:
11+
name: check
1212
runs-on: ubuntu-latest
1313
steps:
1414
# This step uses the actions/checkout action to download a copy of your repository on the runner.

0 commit comments

Comments
 (0)