Skip to content

Commit 8e4fdb9

Browse files
authored
Merge pull request #1999 from cfengine/olehermanse-patch-1
Rename job from 'check' to 'lint' in workflow
2 parents 2c16b08 + 5dbebc2 commit 8e4fdb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: shellcheck
1+
name: Lint with shellcheck
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88

99
jobs:
10-
check:
10+
lint:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)