Skip to content

Commit 3634ffd

Browse files
authored
enable github actions (#74)
Signed-off-by: 662962756 <bvered@il.ibm.com>
1 parent e1c5c1d commit 3634ffd

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/codespell.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: codespell
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
pull_request:
7+
branches: [ '*' ]
48

59
jobs:
610
codespell:
@@ -10,7 +14,7 @@ jobs:
1014
- uses: actions/checkout@v2
1115

1216
- name: codespell
13-
uses: codespell-project/actions-codespell@master
17+
uses: codespell-project/actions-codespell@v1
1418
with:
1519
check_filenames: true
1620
check_hidden: true

.github/workflows/golangci-lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: golangci-lint
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
pull_request:
7+
branches: [ '*' ]
48

59
jobs:
610
golangci-lint:

0 commit comments

Comments
 (0)