Skip to content

Set up code linting

Set up code linting #1

Workflow file for this run

name: CI
on: push
permissions: { }
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: super-linter/[email protected]