Skip to content

Add reserved_words counter #155

Add reserved_words counter

Add reserved_words counter #155

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
jobs:
run-tests:
strategy:
matrix:
go-version:
- 1.22.x
name: run-tests
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
id: go
with:
stable: false
go-version: ${{ matrix.go-version }}
- uses: actions/[email protected]
- name: run tests
run: go test -vet all -race ./...
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: golangci/[email protected]