summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/depaware.yml
blob: fb5fb0fc92c198203f53e9238a1fceb05c9cc902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: depaware

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - '*'

concurrency:
  group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
  cancel-in-progress: true

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - name: Check out code
      uses: actions/checkout@v3

    - name: Set up Go
      uses: actions/setup-go@v3
      with:
        go-version-file: go.mod

    - name: depaware
      run: go run github.com/tailscale/depaware --check
        tailscale.com/cmd/tailscaled
        tailscale.com/cmd/tailscale
        tailscale.com/cmd/derper