Skip to content

Commit

Permalink
chore: adjust ci workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
BytePender committed Dec 6, 2024
1 parent 3e645a6 commit 4525bc6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [ pull_request ]
on: [ push, pull_request ]

jobs:
unit_test:
Expand Down
6 changes: 4 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ linters:
disable:
- errcheck
- typecheck
- varcheck
- staticcheck
- unused
- gosimple
- ineffassign
issues:
exclude-use-default: true
exclude-files:
- ".*\\.mock\\.go$"
exclude-dirs:
exclude-dirs:
14 changes: 13 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,16 @@ header:
- '**/*.go'
- '**/*.s'

comment: on-failure
comment: on-failure

checking:
spelling:
ignore-words:
- Invokable
- invokable
- InvokableLambda
- InvokableRun
- outter
- Opion
- TOpion
- renderring
8 changes: 8 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Invokable
invokable
InvokableLambda
InvokableRun
outter
Opion
TOpion
renderring

0 comments on commit 4525bc6

Please sign in to comment.