Skip to content

Commit b1dd810

Browse files
committed
[actions] add a finisher to lint
1 parent 4d98875 commit b1dd810

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,12 @@ jobs:
7070
- uses: actions/checkout@v6
7171
- name: check tests filenames
7272
run: ./rename_test.sh --check
73+
74+
all:
75+
permissions:
76+
contents: none
77+
name: 'all linting'
78+
needs: [eclint, dockerfile_lint, doctoc, test_naming]
79+
runs-on: ubuntu-latest
80+
steps:
81+
- run: true

0 commit comments

Comments
 (0)