Skip to content

Add content, linting, and license #1

Add content, linting, and license

Add content, linting, and license #1

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
permissions: {}
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v7
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}