Skip to content

Fix CI

Fix CI #395

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
cache:
uses: ./.github/workflows/cache.yml

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow techno-tim/k3s-ansible/.github/workflows/cache.yml@252b6a21bc700a0fed4c4557955d5db324857ba0 (Line: 28, Col: 14): Unexpected symbol: '"$'. Located at position 12 within expression: hashFiles ("$(brew --repository)")
needs: [lint]
test:
uses: ./.github/workflows/test.yml
needs: [lint, cache]