Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
b8ed85922b97eda554962d71b0208d700e3e1b2a
/
.
/
.github
/
workflows
/
check.yml
blob: 145719a11263655957910730f7fb38b88f567b2f [
file
] [
log
] [
blame
]
name:
check
on:
pull_request:
jobs:
unit:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v4
-
uses:
actions/setup
-
go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
# v5
with:
go
-
version
-
file:
go.mod
-
run:
go test
-
v ./
...