Skip to content

chore: refine folder structure. #95

chore: refine folder structure.

chore: refine folder structure. #95

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches: [main]
pull_request:
branches: [main]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Lint and Test
run: make test