Skip to content

Commit

Permalink
update lint and tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Jul 13, 2023
1 parent 8ab5ec9 commit aed027b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"

jobs:
unit_tests:
Expand All @@ -26,4 +28,4 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run Linting
run: task lint
run: task lint
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"

jobs:
unit_tests:
Expand Down

0 comments on commit aed027b

Please sign in to comment.