Skip to content

feat: add functionality to update persons #112

feat: add functionality to update persons

feat: add functionality to update persons #112

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/[email protected]