Skip to content

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
testsuite:
uses: ADmad/.github/.github/workflows/[email protected]

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "ADmad/.github/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
cs-stan:
uses: cakephp/.github/.github/workflows/[email protected]
secrets: inherit