Skip to content

Remove unimplemented codes & Lint Fixes #4

Remove unimplemented codes & Lint Fixes

Remove unimplemented codes & Lint Fixes #4

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Golangci-lint
uses: golangci/golangci-lint-action@v6.1.1