Skip to content

setup CI

setup CI #1

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
jobs:
runs-on: cdk-large

Check failure on line 5 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
test:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: go test
run: go test ./...