Skip to content

26: typo in badge name (#27) #67

26: typo in badge name (#27)

26: typo in badge name (#27) #67

Workflow file for this run

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