Skip to content

fix(deps): update module github.com/boatkit-io/tugboat to v0.8.3 - autoclosed #158

fix(deps): update module github.com/boatkit-io/tugboat to v0.8.3 - autoclosed

fix(deps): update module github.com/boatkit-io/tugboat to v0.8.3 - autoclosed #158

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Tool Versions
uses: jdx/mise-action@v2
env:
GH_TOKEN: ${{ github.token }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Tool Versions
uses: jdx/mise-action@v2
env:
GH_TOKEN: ${{ github.token }}
- name: lintroller
run: go run github.com/getoutreach/lintroller/cmd/[email protected] -config lintroller.yaml ./...
- name: test
run: make test