Skip to content

fix params for extended ci-integration call #46

fix params for extended ci-integration call

fix params for extended ci-integration call #46

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.15.3'
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}