Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kehoecj authored Jul 22, 2024
1 parent dbef769 commit b636853
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ on:
branches:
- main
pull_request:

# Declare default permissions as read only.
permissions: read-all

jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Test Defaults
uses: kehoecj/validate-configs-action@v3
uses: kehoecj/validate-configs-action@765e5687d9236078b05b3c8338721499c9edf9d4 # v3.0.0
with:
exclude-dirs: failing
search-paths: test/good.ini test/good.json test/good.toml test/good.xml test/good.yaml
Expand Down

0 comments on commit b636853

Please sign in to comment.