Skip to content

update gha to use checkout #154

update gha to use checkout

update gha to use checkout #154

Workflow file for this run

name: ci
on:
push:
branches: ["**"]
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dagger
uses: kpenfound/dagger-action@v5
with:
args: all --source .
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}