Skip to content

docs(readme): update readme #10

docs(readme): update readme

docs(readme): update readme #10

Workflow file for this run

# ==================================================================
# MegaLinter - Auto
# ==================================================================
name: Lint Project Automatically
on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
call-megalinter:
name: Call MegaLinter
permissions:
contents: read
statuses: write
packages: write
uses: ragsworks/workflow-megalinter/.github/workflows/reusable-megalinter.yml@master