Skip to content

feat: support group slug on relation creation #44

feat: support group slug on relation creation

feat: support group slug on relation creation #44

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true
version: v1.50.1