Skip to content

Commit eb58c11

Browse files
authored
Rename job id of linting check (#448)
1 parent bfb62ac commit eb58c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Run lint
1+
name: Run linting
22

33
on: pull_request
44

55
jobs:
6-
run_test:
6+
run_lint:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)