Files @ r25969:ecbd8fecb7f6
Branch filter:

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

SamuXarick
Fix: wrong error message when building canals over ship depots / locks

IsTileType() also considers ship depots and locks water. IsWaterTile() does the right thing.
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