Migrate to SLE4SAP #1
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 the content of Salt SLS files | |
on: | |
pull_request: | |
paths: 'susemanager-utils/susemanager-sls/salt/**/*.sls' | |
jobs: | |
salt_sls_files_checks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: mattsb42/not-grep@master | |
with: | |
config-file: ./.github/config/file-content-checks.toml | |
# If you don't set debug, passing checks will be hidden. | |
debug: true |