2020-09-09 12:11:46 -07:00
|
|
|
name: depaware
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- '*'
|
|
|
|
|
2022-08-14 22:43:07 -07:00
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2020-09-09 12:11:46 -07: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 12:11:46 -07:00
|
|
|
with:
|
2022-08-02 11:34:03 -07:00
|
|
|
go-version: 1.19
|
2020-09-09 12:11:46 -07:00
|
|
|
|
|
|
|
- name: Check out code
|
2022-03-22 22:56:34 +00:00
|
|
|
uses: actions/checkout@v3
|
2020-09-09 12:11:46 -07:00
|
|
|
|
2022-08-05 11:12:35 -07:00
|
|
|
- name: depaware
|
|
|
|
run: go run github.com/tailscale/depaware --check
|
|
|
|
tailscale.com/cmd/tailscaled
|
|
|
|
tailscale.com/cmd/tailscale
|
|
|
|
tailscale.com/cmd/derper
|