Skip to content

Merge pull request #386 from jovandeginste/dupl-stats #1396

Merge pull request #386 from jovandeginste/dupl-stats

Merge pull request #386 from jovandeginste/dupl-stats #1396

Workflow file for this run

name: Test the code
on:
push:
branches: ["*"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/[email protected]
with:
go-version: "1.21"
- uses: actionsx/prettier@v3
with:
args: --check .
- name: Run Go tests
run: go test -v ./...