Skip to content

feat: parallelise cleanup and upload #14

feat: parallelise cleanup and upload

feat: parallelise cleanup and upload #14

Workflow file for this run

name: todo
on:
push:
branches: [master,main]
jobs:
todo:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v3
-
name: Check Todos
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}