Skip to content

build(deps): bump golangci/golangci-lint-action in the ci group #149

build(deps): bump golangci/golangci-lint-action in the ci group

build(deps): bump golangci/golangci-lint-action in the ci group #149

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: run tests
run: go test ./...