Skip to content

Create superlinter.yml #1

Create superlinter.yml

Create superlinter.yml #1

Workflow file for this run

name: Super-Linter

Check failure on line 1 in .github/workflows/superlinter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/superlinter.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on: push
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
name: Checkout code
uses: actions/checkout@v2
name: Run Super-Linter
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}