blob: 7a7f3a66609414d16e64b1ad6893efa0f0caee54 [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:
renovate[bot]38929d42024-01-02 11:18:18 -050010 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 ./...