Skip to content

chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 #469

chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0

chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 #469

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Review
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-golangci-lint@v2
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}