Skip to content

Commit e7e16ee

Browse files
committed
Extend github checks to all .github
Do not limit conftest to check .github/workflows but also check the rest of .github hierarchy. Also some checks against dependabot.yml are done!
1 parent dc531dc commit e7e16ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conftest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
env:
1919
CONFTEST_POLICIES: git::https://github.com/iamleot/conftest-policies.git//policy/github
2020
with:
21-
args: test --all-namespaces --update "${{ env.CONFTEST_POLICIES }}" .github/workflows
21+
args: test --all-namespaces --update "${{ env.CONFTEST_POLICIES }}" .github

0 commit comments

Comments
 (0)