Skip to content

Commit

Permalink
Bug Fix: linter Action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Dec 5, 2022
1 parent 3a573aa commit 4410368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: CI
on: [pull_request]
jobs:
unittest:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.18
- name: Golint
uses: golangci/golangci-linter@v3
uses: golangci/golangci-lint-action@v3
with:
version: latest

0 comments on commit 4410368

Please sign in to comment.