Skip to content

feat(todo_items): convert TODO item to "on hold" if all items are don… #2480

feat(todo_items): convert TODO item to "on hold" if all items are don…

feat(todo_items): convert TODO item to "on hold" if all items are don… #2480

Workflow file for this run

name: Linter
on:
pull_request: ~
push:
branches:
- '*'
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nebularg/actions-luacheck@v1
with:
files: 'lua'