fix: properly write to log file in order_contigs rule (#677) #269
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: Check TODOs in codebase | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@master" | |
- name: "TODO to Issue" | |
uses: "alstr/todo-to-issue-action@v5" |