Skip to content

Upgrade to Knot.x 2.4.0 #3

Upgrade to Knot.x 2.4.0

Upgrade to Knot.x 2.4.0 #3

Workflow file for this run

name: Verify examples
on:
push:
branches:
- 'main'
- 'releases/**'
on:

Check failure on line 9 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 9
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/gradle-build-action@v2
- name: "Build: Distribution -> Getting Started with Stack"
run: ./distribution/getting-started/gradlew -p ./distribution/getting-started build-docker --info