diff --git a/.github/workflows/unused-strings.yml b/.github/workflows/unused-strings.yml new file mode 100644 --- /dev/null +++ b/.github/workflows/unused-strings.yml @@ -0,0 +1,18 @@ +name: Unused strings + +on: + pull_request: + +jobs: + unused-strings: + name: Unused strings + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Check for unused strings + run: | + set -ex + python3 .github/unused-strings.py