diff --git a/.github/workflows/todo-workflow.yml b/.github/workflows/todo-workflow.yml deleted file mode 100644 index e80b91f20..000000000 --- a/.github/workflows/todo-workflow.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: TODO workflow -on: [push, pull_request] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Run tdg-github-action - uses: ribtoks/tdg-github-action@v0.4.2-beta - with: - TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPO: ${{ github.repository }} - SHA: ${{ github.sha }} - REF: ${{ github.ref }} \ No newline at end of file