Skip to content

Bolivian Quechua Portuguese and Brazilian Sign Language #78

Bolivian Quechua Portuguese and Brazilian Sign Language

Bolivian Quechua Portuguese and Brazilian Sign Language #78

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [master]
jobs:
golangci:
name: lint
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- name: checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.61