Skip to content

Update actions/checkout digest to 11bd719 #84

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #84

Workflow file for this run

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