🌐 Update Galician Translations 2024-05-26 #84
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Script missing mode enforcement | |
on: | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} | |
jobs: | |
script-missing-mode-enforcement: | |
name: Script missing mode enforcement | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Check for finding script functions that require company/deity mode enforcement/checks | |
run: | | |
set -ex | |
python3 .github/script-missing-mode-enforcement.py |