Skip to content

Commit 1759abe

Browse files
author
Rajat Goel
authored
Create lint.yml
1 parent 7e3ff68 commit 1759abe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Lint
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
6+
jobs:
7+
golangci:
8+
name: lint
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: golangci-lint
13+
uses: golangci/golangci-lint-action@v2
14+
with:
15+
version: latest

0 commit comments

Comments
 (0)