Skip to content

minor fix ci

minor fix ci #86

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yaml
build:
name: Build
uses: ./.github/workflows/build.yaml
test:
name: Test
uses: ./.github/workflows/test.yaml
secrets: inherit
release:
name: Release
if: startsWith(github.ref, 'refs/tags/v')
needs:
- lint
- build
- test
permissions:
contents: write
# Trusted publishing doesn't support reusable workflows yet
# id-token: write
uses: ./.github/workflows/release.yaml

Check failure on line 36 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/release.yaml" (source branch with sha:bbfdd56d1209808de4bccfa370721291abecbd9a) : (Line: 38, Col: 5): Unexpected value 'publish'