Skip to content

Fix CI

Fix CI #288

Workflow file for this run

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

Check failure on line 14 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" -> "./.github/workflows/test-default.yml" : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
needs: [lint]
test-ipv6:
uses: ./.github/workflows/test-ipv6.yml
needs: [lint]
test-single-node:
uses: ./.github/workflows/test-single-node.yml
needs: [lint]