Skip to content

chore(deps): update actions/checkout action to v7 (#36) #112

chore(deps): update actions/checkout action to v7 (#36)

chore(deps): update actions/checkout action to v7 (#36) #112

Workflow file for this run

name: Lint shared workflows
on:
push:
jobs:
lint:
name: Lint shared workflows
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v7
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Workflows
uses: super-linter/super-linter/slim@v8
env:
VALIDATE_GITHUB_ACTIONS: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}