Skip to content

fix(deps): update module golang.org/x/text to v0.18.0 #171

fix(deps): update module golang.org/x/text to v0.18.0

fix(deps): update module golang.org/x/text to v0.18.0 #171

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