Merge pull request #34 from BlockInfinity/dependabot/npm_and_yarn/esl… #37
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 | |
on: ["push"] | |
jobs: | |
build: | |
name: Create/update todos | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: TODO to Issue | |
uses: alstr/[email protected] | |
id: todo |