[actions] add a finisher to lint

This commit is contained in:
Jordan Harband
2026-01-27 17:29:59 -08:00
parent 4d98875a3a
commit b1dd81097f

View File

@@ -70,3 +70,12 @@ jobs:
- uses: actions/checkout@v6
- name: check tests filenames
run: ./rename_test.sh --check
all:
permissions:
contents: none
name: 'all linting'
needs: [eclint, dockerfile_lint, doctoc, test_naming]
runs-on: ubuntu-latest
steps:
- run: true