Skip to content

feat: solve fakeu

feat: solve fakeu #31

Workflow file for this run

name: golangci-lint
#
on:
push:
branches:
- main
pull_request:
branches:
- main
#
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
#