Skip to content

🙈 Removed ignoring of go.sum #3

🙈 Removed ignoring of go.sum

🙈 Removed ignoring of go.sum #3

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.61
- name: Run tests
run: go test -v ./tests/...
env:
TOKEN: ${{ secrets.TOKEN }}
GROUP_ID: ${{ secrets.GROUP_ID }}