summaryrefslogtreecommitdiffstats
path: root/.github/workflows/compliance.yml
blob: c09475468df74d9f01045b5ed72596914be8cc4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Compliance
on:
  push:
    branches:
      - master
  pull_request: {}

jobs:
  licenses:
    runs-on: ubuntu-latest
    steps:
      - run: sudo apt install -y moreutils

      - uses: actions/setup-go@v2
        with:
          go-version: 1.18.x

      - uses: actions/checkout@v2

      - run: .github/workflows/compliance/check-licenses.sh