Skip to content

archive artifacts

archive artifacts #40

Workflow file for this run

name: 'Code Style Review'
on:
push:
branches:
- dagger-ci
jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: 'lint'
uses: dagger/[email protected]
with:
verb: call
module: ci
args: lint --pass=true --dir=./
version: '0.14.0'
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}