Skip to content

Update actions/checkout action to v4 #1402

Update actions/checkout action to v4

Update actions/checkout action to v4 #1402

Workflow file for this run

name: "Lint"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint code
uses: github/super-linter/slim@v4
env:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}