Skip to content

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

feat(workflow): make common linter re-usable

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

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/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

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows