Skip to content

Commit

Permalink
Add Lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Apr 1, 2022
1 parent 1d3aa22 commit a5c48fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: golangci-lint

on: [push]

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2

0 comments on commit a5c48fa

Please sign in to comment.