Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 25, 2023
1 parent 6c085a2 commit 708ce2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflow/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Main workflow

on:
pull_request:
push:

jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false

steps:
- name: make check
run: |
pip install -r requirements.txt
make check

0 comments on commit 708ce2e

Please sign in to comment.