Skip to content

[dojo 53] CI にテストを追加 #95

[dojo 53] CI にテストを追加

[dojo 53] CI にテストを追加 #95

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
setup:
uses: ./.github/workflows/ci-setup.yaml
lint:
needs: setup
uses: ./.github/workflows/lint.yaml

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 15, Col: 11): Error from called workflow Greek-Academy/alpha-dojo-v2/.github/workflows/lint.yaml@92bc9aaa602c54d65846d5108588cc30efc433d6 (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
test:
needs: setup
uses: ./.github/workflows/test.yaml