Skip to content

UD-1829: Update documentation to include the oauth authorization process #300

UD-1829: Update documentation to include the oauth authorization process

UD-1829: Update documentation to include the oauth authorization process #300

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: make test
- name: check license headers
run: make check-license
- name: build
run: make build