Skip to content

Upgrade: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #2

Upgrade: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Upgrade: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #2

Workflow file for this run

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