Skip to content

Bump golang.org/x/term from 0.24.0 to 0.25.0 #22

Bump golang.org/x/term from 0.24.0 to 0.25.0

Bump golang.org/x/term from 0.24.0 to 0.25.0 #22

Workflow file for this run

name: reviewdog
on: pull_request
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: actionlint
uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
level: warning
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
reporter: github-pr-review
level: warning