Skip to content

Commit

Permalink
Merge branch 'dev' into test_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Mar 14, 2023
2 parents c9eabce + d8896b0 commit 7c9bdf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
- run: python3 -m pip install black
- run: black .

todo:
runs-on: "ubuntu-latest"
name: Setup TODO issues
steps:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"

tests:
runs-on: "ubuntu-latest"
name: Run tests
Expand Down

0 comments on commit 7c9bdf6

Please sign in to comment.