Skip to content

feat!: moved bunx and dockertestx out of the root modules #108

feat!: moved bunx and dockertestx out of the root modules

feat!: moved bunx and dockertestx out of the root modules #108

Workflow file for this run

on:
- pull_request
name: Lint
env:
GOTOOLCHAIN: local
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
reporter: github-pr-review
filter_mode: diff_context