Skip to content

Commit 67cc806

Browse files
committed
Update main to include security scan and address issue #6
1 parent a37f565 commit 67cc806

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v1
33+
- name: Build
34+
shell: bash
35+
run: make build
3336
- name: Test
3437
run: make test
3538
publish:

0 commit comments

Comments
 (0)