test: see how CI output works

This commit is contained in:
Michael Smith 2025-04-14 18:13:22 +00:00
parent 860a633e11
commit ec1b4a72cb

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Feeling cute. Might (aka should) delete later
run: git branch --show-current
- name: Set up Go
uses: actions/setup-go@v5
with: