Skip to content

Update actions/checkout digest to eef6144 #82

Update actions/checkout digest to eef6144

Update actions/checkout digest to eef6144 #82

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
conftest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Check yaml extension does not exist
run: |
if [[ $(find . -type f -name "*.yaml" -not -path "./.github/*" | wc -l) -gt 0 ]] ; then
echo "Found .yaml; only expected .yml"
find . -type f -name "*.yaml" -not -path "./.github/*" -exec echo {} \;
exit 1
fi
- name: Conftest
uses: redhat-cop/github-actions/confbatstest@e4729075dcd3f34946b80df6b1bfb952b9fee166 # v4
with:
tests: _test/conftest.sh