Skip to content

Commit

Permalink
ci: added linter
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 3, 2021
1 parent 58381ba commit 819827c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: lint
on: [push, pull_request]

jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
on: [push, pull_request]

name: test
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit 819827c

Please sign in to comment.