2020-09-09 19:11:46 +00:00
|
|
|
name: depaware
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- '*'
|
|
|
|
|
2022-08-15 05:43:07 +00:00
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2020-09-09 19:11:46 +00:00
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Set up Go
|
2022-03-16 19:46:16 +00:00
|
|
|
uses: actions/setup-go@v3
|
2020-09-09 19:11:46 +00:00
|
|
|
with:
|
2022-08-02 18:34:03 +00:00
|
|
|
go-version: 1.19
|
2020-09-09 19:11:46 +00:00
|
|
|
|
|
|
|
- name: Check out code
|
2022-03-22 22:56:34 +00:00
|
|
|
uses: actions/checkout@v3
|
2020-09-09 19:11:46 +00:00
|
|
|
|
2022-08-05 18:12:35 +00:00
|
|
|
- name: depaware
|
|
|
|
run: go run github.com/tailscale/depaware --check
|
|
|
|
tailscale.com/cmd/tailscaled
|
|
|
|
tailscale.com/cmd/tailscale
|
|
|
|
tailscale.com/cmd/derper
|