Skip to content

chore(deps): update pnpm/action-setup action to v4 (#26) #93

chore(deps): update pnpm/action-setup action to v4 (#26)

chore(deps): update pnpm/action-setup action to v4 (#26) #93

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@v4
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 }}