Skip to content

chore(deps): update github.com/dexidp/dex/api/v2 digest to 677ab36 #87

chore(deps): update github.com/dexidp/dex/api/v2 digest to 677ab36

chore(deps): update github.com/dexidp/dex/api/v2 digest to 677ab36 #87

Workflow file for this run

name: "Unit tests"
on:
pull_request:
paths:
- 'pkg/**'
- 'cmd/**'
- 'Dockerfile*'
- 'go.mod'
- 'go.sum'
- '.golangci.yaml'
jobs:
build:
runs-on: [ default ]
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
token: ${{ secrets.GITHUB_TOKEN }}
- name: lint & test
run: make check
- name: build
run: make build