Add pub
access modifier to publicly used struct fields (#200)
#117
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 |