Skip to content

Set up code linting

Set up code linting #4

Workflow file for this run

name: CI
on: push
permissions: { }
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}