Skip to content

Update and rename langTest.yml to test.yml #3

Update and rename langTest.yml to test.yml

Update and rename langTest.yml to test.yml #3

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.x'
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60