Skip to content

16: Bump actions/checkout from 3.3.0 to 4.0.0 #44

16: Bump actions/checkout from 3.3.0 to 4.0.0

16: Bump actions/checkout from 3.3.0 to 4.0.0 #44

Workflow file for this run

---
name: "Lint Code Base"
on:
push:
branches:
- '**'
tags-ignore:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: cat .github/super-linter.env >> "$GITHUB_ENV"
- uses: github/super-linter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}