Skip to content

refactor: moved all the OIDC/OAUTH initialization work into the dedic… #11

refactor: moved all the OIDC/OAUTH initialization work into the dedic…

refactor: moved all the OIDC/OAUTH initialization work into the dedic… #11

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Build
run: scripts/build.sh
- name: Test
run: scripts/test.sh