Skip to content

build(deps): Bump dagger.io/dagger from 0.8.7 to 0.8.8 #191

build(deps): Bump dagger.io/dagger from 0.8.7 to 0.8.8

build(deps): Bump dagger.io/dagger from 0.8.7 to 0.8.8 #191

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