Skip to content

'Update Greeting and Test' #182

'Update Greeting and Test'

'Update Greeting and Test' #182

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: dagger/dagger-for-github@v7
with:
args: check
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}