Files @ r25958:603d75b53498
Branch filter:

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

Patric Stout
Doc: update multiplayer documentation with latest changes (#9552)

Although several places were fixed during the PR making the change,
not all made it in this document.

While at it, removed all kinds of Markdown warnings by an excessive
usage of spacebar in this document.
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