Skip to content

Updated README

Updated README #2

Workflow file for this run

name: PR-Merge
on:
push:
branches:
- 'main'
- 'master'
jobs:
ci-job:
name: Checks
uses: 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: references to workflows must be rooted in '.github/workflows'
publish-docs:
name: Publish Documentation
uses: workflows/[email protected]
metrics:
needs: [ ci-job ]
uses: workflows/[email protected]