Skip to content

Merge pull request #6 from nicholas-fedor/5-workflow-reference-error #8

Merge pull request #6 from nicholas-fedor/5-workflow-reference-error

Merge pull request #6 from nicholas-fedor/5-workflow-reference-error #8

Workflow file for this run

name: Pull Request
on:
workflow_dispatch: {}
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yaml@main

Check failure on line 14 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yaml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
test:
uses: /.github/workflows/test.yaml@main
build:
uses: ./.github/workflows/build.yaml@main