Skip to content

Commit

Permalink
add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Dec 10, 2023
1 parent 1cdf7ac commit 8394801
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -21,8 +24,10 @@ jobs:
- name: Install Make
run: sudo apt-get install make

- name: Run make lint
run: make lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54

- name: Run make testacc
run: make testacc

0 comments on commit 8394801

Please sign in to comment.