Skip to content

ci²

ci² #148

Workflow file for this run

name: ci-squared
run-name: ci²
on:
pull_request:
paths:
- .github/workflows/pkg.yml
- .github/workflows/pkg-for-platform.yml
- .github/workflows/ci-squared.yml
concurrency:
group: pulls/${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci²
uses: ./.github/workflows/pkg.yml

Check failure on line 18 in .github/workflows/ci-squared.yml

View workflow run for this annotation

GitHub Actions / ci-squared

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-squared.yml (Line: 18, Col: 11): Error from called workflow pkgxdev/pantry/.github/workflows/pkg.yml@3e32eda594ecb4e900c6e079eb8e7f1d638c5d4f (Line: 27, Col: 9): Unexpected value 'with'
strategy:
fail-fast: false
matrix:
pkg:
- r-wos.org/gti
- github.com/ggerganov/llama.cpp # has platform restrictions
permissions:
issues: write
with:
pkg: ${{ matrix.pkg }}
dry-run: true
secrets: inherit