Skip to content

feat: add reusable auth policy and OAuth steps #9

feat: add reusable auth policy and OAuth steps

feat: add reusable auth policy and OAuth steps #9

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: GoCodeAlone/setup-wfctl@v1
with:
version: v0.18.15
- run: go build ./...
- run: go test ./... -v -race -count=1
- run: wfctl plugin validate -file plugin.json