blob: 145719a11263655957910730f7fb38b88f567b2f [file] [log] [blame]
Mohammed Naser3b3507d2023-11-28 21:13:39 -05001name: check
2
3on:
4 pull_request:
5
6jobs:
7 unit:
8 runs-on: ubuntu-latest
9 steps:
10 - uses: actions/checkout@v4
renovate[bot]6b475a22023-12-29 19:21:02 -050011 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
Mohammed Naser3b3507d2023-11-28 21:13:39 -050012 with:
13 go-version-file: go.mod
14 - run: go test -v ./...