Skip to content

Bump the actions group with 4 updates #3

Bump the actions group with 4 updates

Bump the actions group with 4 updates #3

Workflow file for this run

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@v4
- name: Check for unused strings
run: |
set -ex
python3 .github/unused-strings.py