Skip to content

Merge pull request #22 from kinde-oss/ev/other_config_marshalling #75

Merge pull request #22 from kinde-oss/ev/other_config_marshalling

Merge pull request #22 from kinde-oss/ev/other_config_marshalling #75

Workflow file for this run

name: KindeWorkflowsRuntime
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Test
run: go test -v -coverprofile=coverage.txt ./...
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...