Skip to content

📖 Add link to upstream hot-reload issue to README. #9

📖 Add link to upstream hot-reload issue to README.

📖 Add link to upstream hot-reload issue to README. #9

Workflow file for this run

name: Go Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Run tests
run: go test ./...