AP-4790: Update accessibility statement and change approach to translations for it #17079
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: Check anonymise rules | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
check-anonymise-rules: | |
name: Check anonymise rules | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ruby/setup-ruby@v1 | |
- name: Setup Faker | |
run: gem install faker | |
- name: Run check | |
run: ./scripts/migration_hook.rb |