Skip to content

feat(workflow): make common linter re-usable #37

feat(workflow): make common linter re-usable

feat(workflow): make common linter re-usable #37

Workflow file for this run

---
# This action is centrally managed in https://github.com/<organization>/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
# Common linting.
name: Common Lint
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
call-common-lint:
uses: LizardByte/.github/.github/workflows/common-linter.yml@master

Check failure on line 21 in .github/workflows/common-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/common-lint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/common-lint.yml" -> "LizardByte/.github/.github/workflows/common-linter.yml@master" : failed to fetch workflow: workflow was not found.