Skip to content

Commit

Permalink
remove todo-checker for now
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll authored Oct 27, 2024
1 parent d1122a4 commit fa44a57
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,3 @@ jobs:
run: ./lib/tegonal-scripts/src/ci/install-shellcheck.sh
- name: before-pr.sh
run: ./scripts/before-pr.sh

todo_checker:
name: check for TODOs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check for TODOs
uses: tegonal/[email protected]
with:
commands: todo-checker

0 comments on commit fa44a57

Please sign in to comment.