OpenTTD-patches/.github/workflows/unused-strings.yml
2021-11-09 00:46:45 +00:00

20 lines
315 B
YAML

name: Unused strings
on:
workflow_dispatch:
# 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