Merge pull request #51 from nanlabs/dependabot/npm_and_yarn/tools/dan… #45
This file contains hidden or 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: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| todo: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Begin CI... | |
| uses: actions/checkout@v4 | |
| - name: TODO to Issue | |
| uses: alstr/todo-to-issue-action@v5 | |
| id: todo |