@@ -0,0 +1,11 @@
name: Build
on: [push]
jobs:
build:
runs-on: standard-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: go test . -v
The note is not visible to the blocked user.