Skip to content

Update superlinter.yml #57

Update superlinter.yml

Update superlinter.yml #57

Workflow file for this run

# .github/workflows/superlinter.yml
name: Super-Linter
on:
push:
branches:
- main
pull_request:
permissions:
contents: read # needed to checkout your code
statuses: write # needed to post status checks back to GitHub
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Super-Linter
uses: github/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main