delete restore when policy is disabled #278
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: Validation tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
defaults: | |
run: | |
shell: bash | |
working-directory: policy-collection | |
jobs: | |
validation-tests: | |
runs-on: ubuntu-latest | |
name: Validation tests | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
path: policy-collection | |
- name: Verify content | |
run: | | |
./build/validate-policies.sh |