Skip to content

Change security API to a CRUD API #279

Change security API to a CRUD API

Change security API to a CRUD API #279

Workflow file for this run

name: Buf
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
buf-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1