Skip to content

Fix CI

Fix CI #394

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@ce09493a065e7002b8d9dfa9e6ed749607404a40 (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]