Skip to content

#8 add authentication function #5

#8 add authentication function

#8 add authentication function #5

Workflow file for this run

name: Go Lint check
on:
pull_request:
branches:
- main
- develop
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: ./api