Fix "check-strings" verification (#6485)

PR #6438 does 2 things:

1. Add check-namespace
2. Fix verify script

This PR contains only part 2 (and does some preparations for part 1). The goal of the PR is to make CI succeed on master.
This commit is contained in:
Johannes Lorenz
2022-08-13 21:29:15 +02:00
committed by GitHub
parent 7c86331e06
commit 9faa1d90c4
7 changed files with 189 additions and 159 deletions

View File

@@ -13,10 +13,10 @@ jobs:
run: sudo apt-get install -y python3-tinycss2
- name: Update submodules
run: git submodule update --init --recursive
- name: Verify check-strings script
run: tests/check-strings/verify
- name: Verify scripted tests
run: tests/scripted/verify
- name: Run check-strings
run: tests/check-strings/check-strings
run: tests/scripted/check-strings
shellcheck:
runs-on: ubuntu-latest
container: koalaman/shellcheck-alpine:v0.4.6