Skip to content

syntax

syntax #43

Workflow file for this run

name: CI
on: push
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
deploy:
if: contains(github.ref, 'master')
needs: [lint, test]
# uses: ./.github/workflows/deploy-production.yaml
steps:
- name: test-job
run: echo: 'hello'

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18