Skip to content

Update superlinter.yml #54

Update superlinter.yml

Update superlinter.yml #54

Workflow file for this run

name: Super-Linter
on:
push:
branches:
- main
- 'feature/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Super-Linter
uses: github/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main