quintodrome/.github/workflows/ci.yml
Philip Peterson afa9529afd
Some checks are pending
CI / ci (push) Waiting to run
Add Dagger module, thin CI workflows, and Gitea Actions
2026-08-25 14:15:35 -08:00

24 lines
418 B
YAML

name: CI
on:
push:
branches: [master]
tags: ["v*"]
pull_request:
branches: [master]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Dagger CLI
run: curl -fsSL https://dl.dagger.io/dagger/install.sh | sh
- name: Run CI (Dagger)
run: dagger call ci