Skip to content

chore(deps): update actions/checkout action to v4.1.6 (#88) #188

chore(deps): update actions/checkout action to v4.1.6 (#88)

chore(deps): update actions/checkout action to v4.1.6 (#88) #188

Workflow file for this run

---
name: CI
on:
pull_request: {}
push:
branches:
- main
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint-filenames:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: batista/lint-filenames@d6b5131a8d409324b6daf71ead679b7fab6384e7 # v2.0.0
name: Validating .yaml file extension on all workflow files
with:
path: "./.github/workflows"
pattern: "\\.yaml$"