mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-22 06:40:43 +08:00
Use golint to normalize the code (#1)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Go
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master,dev ]
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'go.mod'
|
||||
@@ -21,10 +21,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
# Create frontend `dist` folder.
|
||||
#
|
||||
# - name: Create frontend dist folder
|
||||
# run: mkdir frontend/dist/ && touch frontend/dist/1
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/[email protected]
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user