Skip to content

Update actions/checkout digest to 692973e #80

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #80

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
conftest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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