Skip to content

Commit

Permalink
feature: removed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas De Meyer committed Sep 27, 2022
1 parent b26e318 commit 9f6e1c5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:
branches: [ "development" ]

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --issues-exit-code=0

unit:
name: Unit Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f6e1c5

Please sign in to comment.