Files @ r28565:9ed8a63bcee5
Branch filter:

Location: cpp/openttd-patchpack/source/.github/workflows/unused-strings.yml

Patric Stout
Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#11880)
name: Unused strings

on:
  pull_request:

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}

jobs:
  unused-strings:
    name: Unused strings
    runs-on: ubuntu-latest

    steps:
    - name: Checkout
      uses: actions/checkout@v3

    - name: Check for unused strings
      run: |
        set -ex
        python3 .github/unused-strings.py