Skip to content

refactor(test): remove default node version #87

refactor(test): remove default node version

refactor(test): remove default node version #87

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@v7
env:
VALIDATE_GITHUB_ACTIONS: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}