Skip to content

Commit

Permalink
Merge pull request jts#982 from rdeborja/add_github_actions
Browse files Browse the repository at this point in the history
Add GitHub actions
  • Loading branch information
jts authored Feb 4, 2022
2 parents 008b559 + 72bdd99 commit 181549b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nanopolish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: nanopolish

on: [ push ]

jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: make
run: make && make test

0 comments on commit 181549b

Please sign in to comment.