Skip to content

super lint workflow

super lint workflow #2

Workflow file for this run

name: Super-Linter
on:
push
pull_request:

Check failure on line 5 in .github/workflows/superlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/superlint.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
branches: [main, master]
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Run Super-Linter
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}