Skip to content

add GitHub Actions test.yml, PATENTS & CoC files from tailscale/tailscale #3

add GitHub Actions test.yml, PATENTS & CoC files from tailscale/tailscale

add GitHub Actions test.yml, PATENTS & CoC files from tailscale/tailscale #3

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version-file: go.mod
check-latest: true
- name: Test
run: go test ./...