fix: 點選課程再關閉後會回到最原始畫面的問題 Selecting a course will cause search state t… #381
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
on: | |
push: | |
branches: | |
- main | |
jobs: | |
check_todo: | |
name: check for TODO and create issues | |
runs-on: ubuntu-latest | |
steps: | |
- name: TODO to Issue | |
uses: alstr/todo-to-issue-action@v4 |