Skip to content

build(deps): Bump dagger.io/dagger from 0.9.3 to 0.9.6 #200

build(deps): Bump dagger.io/dagger from 0.9.3 to 0.9.6

build(deps): Bump dagger.io/dagger from 0.9.3 to 0.9.6 #200

Workflow file for this run

name: lint
on: [pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
fail_on_error: true
reporter: github-pr-review