Skip to content

fix: built in variables #19

fix: built in variables

fix: built in variables #19

Workflow file for this run

name: checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
merge_group:
branches: [ main ]
workflow_dispatch:
env:
GOFLAGS: -mod=readonly
GOPROXY: https://proxy.golang.org
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v4
- name: Run tests
run: go test -v ./...
env:
SHELL: "/bin/zsh"