Merge pull request #5883 from ministryofjustice/dependabot/bundler/aw… #11483
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@v3 | |
- uses: ruby/setup-ruby@v1 | |
- name: Setup Faker | |
run: gem install faker | |
- name: Run check | |
run: ./scripts/migration_hook.rb |