Files @ r26460:691de53a787b
Branch filter:

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

glx22
Fix f6530f3c2: [Actions] set-output was not correctly converted
name: Unused strings

on:
  pull_request:

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