Skip to content

Fix workflow references #7

Fix workflow references

Fix workflow references #7

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