Skip to content

Remove unimplemented codes & Lint Fixes #1

Remove unimplemented codes & Lint Fixes

Remove unimplemented codes & Lint Fixes #1

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
- develop
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Golangci-lint
uses: golangci/[email protected]