feat(scripts): add template for run_onchange_before_install-studio.sh… #160
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: | |
push: | |
branches: | |
- master | |
permissions: | |
contents: read | |
jobs: | |
todo: | |
name: TODO | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
issues: write | |
steps: | |
- name: Begin CI... | |
uses: actions/checkout@v4 | |
- name: TODO to Issue | |
uses: alstr/todo-to-issue-action@v5 | |
id: todo |