Skip to content

WIP: TEST action

WIP: TEST action #1

Workflow file for this run

name: PR-Merge
on:
push:
branches:
- 'main'
- 'master'
jobs:
ci-job:
name: Checks
uses: ./.github/workflows/[email protected]

Check failure on line 13 in .github/workflows/pr-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-merge.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
publish-docs:
name: Publish Documentation
uses: ./.github/workflows/[email protected]
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/[email protected]