refactor: Update create_image_2d function to use local variable for f… #134
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: | |
- main | |
jobs: | |
todo: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Begin CI... | |
uses: actions/checkout@v3 | |
- name: TODO to Issue | |
uses: alstr/todo-to-issue-action@v4 | |
id: todo |