Skip to content

Commit

Permalink
Merge pull request #7 from nextstrain/add-ci
Browse files Browse the repository at this point in the history
Add CI workflow
  • Loading branch information
joverlee521 authored Jul 18, 2023
2 parents 9c9acd6 + 84047cc commit a77e727
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI

on:
- push
- pull_request
- workflow_dispatch

jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nextstrain/.github/actions/shellcheck@master

0 comments on commit a77e727

Please sign in to comment.