Skip to content

CI: Move the CI/CD configuration to Dagger #3

CI: Move the CI/CD configuration to Dagger

CI: Move the CI/CD configuration to Dagger #3

Workflow file for this run

name: CI
on:
pull_request
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20.6"
- name: Run dagger
run: go run ./ci --test --build --website