Skip to content

feat(workflow): update release workflow #1

feat(workflow): update release workflow

feat(workflow): update release workflow #1

Workflow file for this run

# ==================================================================
# MegaLinter - Auto
# ==================================================================
name: Lint Project
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-mega-linter.yml@master

Check failure on line 27 in .github/workflows/linter-auto.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter-auto.yml

Invalid workflow file

error parsing called workflow ".github/workflows/linter-auto.yml" -> "ragsworks/workflow-megalinter/.github/workflows/reusable-mega-linter.yml@master" : failed to fetch workflow: workflow was not found.