Skip to content

Commit 5b6dd61

Browse files
authored
Merge pull request #79 from Daniel-Faber/github-actions
Run tests on pull request
2 parents 734df09 + a25378c commit 5b6dd61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
pull_request:
3+
types: [opened, synchronize, reopened]
4+
jobs:
5+
run_tests:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
- name: run tests
11+
run: make all

0 commit comments

Comments
 (0)