Skip to content

chore: bump golang.org/x/term from 0.12.0 to 0.13.0 #271

chore: bump golang.org/x/term from 0.12.0 to 0.13.0

chore: bump golang.org/x/term from 0.12.0 to 0.13.0 #271

Workflow file for this run

name: Lint
on: pull_request
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get -u install libpcsclite-dev
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/[email protected]