Files @ r28828:76c6b8ce3c7c
Branch filter:

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

Loïc Guilloux
Fix f6dd505: Missing savegame conversion for current_order (#12188)
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@v4

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