Files
@ r28519:990ea5120e84
Branch filter:
Location: cpp/openttd-patchpack/source/.github/workflows/unused-strings.yml - annotation
r28519:990ea5120e84
420 B
text/x-yaml
Add: monocypher 4.0.2
Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r26925:5ef943cec524 r26925:5ef943cec524 r26925:5ef943cec524 r26925:5ef943cec524 r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r26270:35276956780a r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f r25943:47f48465656f | 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@v3
- name: Check for unused strings
run: |
set -ex
python3 .github/unused-strings.py
|