Add check-namespace script (#6438)

This also fixes a lot of code files to be conforming to the script.

Co-authored-by: allejok96 <allejok96@gmail.com>
This commit is contained in:
Johannes Lorenz
2022-08-30 02:19:07 +02:00
committed by GitHub
parent 17f597695b
commit 3cc5ec7282
42 changed files with 360 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-strings:
scripted-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -17,6 +17,8 @@ jobs:
run: tests/scripted/verify
- name: Run check-strings
run: tests/scripted/check-strings
- name: Run check-namespace
run: tests/scripted/check-namespace
shellcheck:
runs-on: ubuntu-latest
container: koalaman/shellcheck-alpine:v0.4.6