Skip to content

feat(rfc8628): add rfc8628 implementation #31

feat(rfc8628): add rfc8628 implementation

feat(rfc8628): add rfc8628 implementation #31

Workflow file for this run

name: Generate
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- run: make generate
- name: Indicate generation issues
run: git diff HEAD --exit-code --color