Skip to content

Commit

Permalink
Migrate to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimkobeissi committed Aug 19, 2023
1 parent fef64ac commit 1d6dbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: make dep
- name: Run lint
run: make lint
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
- name: Run tests
run: make test

0 comments on commit 1d6dbd5

Please sign in to comment.