From d8896b07f84ef2c78515778397aa5231bd85bf97 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Mon, 13 Mar 2023 22:01:26 -0700 Subject: [PATCH] ci: add todo --- .github/workflows/push.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0c33b1f1..05808144 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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