Skip to content

docs(readme): update readme #13

docs(readme): update readme

docs(readme): update readme #13

# ==================================================================
# call-local-mega-linter.yml
# ==================================================================
# THIS IS NOT A TEMPLATE
# This is the workflow for linting this project
# ==================================================================
name: LINT LOCAL
on:
push:
branches:
- master
pull_request:
# cancel any previously-started, yet still active runs of this workflow on the same branch
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
call-mega-linter:
name: Call MegaLinter
uses: ./.github/workflows/reusable-megalinter.yml
permissions:
contents: read
statuses: write
packages: write