Skip to content

Commit

Permalink
Updated to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbitronNL committed Apr 4, 2023
1 parent acba61b commit e20577c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Lint

on:
push:
tags:
branches:
- main
pull_request:
branches:
- main

jobs:
golangci:
Expand Down
4 changes: 3 additions & 1 deletion .github/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Tests

on:
push:
tags:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit e20577c

Please sign in to comment.