Skip to content

Commit 4c47bbc

Browse files
author
Rajat Goel
authored
Merge pull request #95 from dropbox/rajatgoel-patch-1
Create lint.yml
2 parents 7e3ff68 + cfc4c50 commit 4c47bbc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lint.yml

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

0 commit comments

Comments
 (0)