Updated html #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Todo Checker | |
on: | |
# Run this workflow on push to main | |
push: | |
branches: | |
- main | |
jobs: | |
todo: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Begin CI... | |
uses: actions/checkout@v3 | |
- name: TODO to Issue | |
uses: alstr/todo-to-issue-action@v4 | |
id: todo |