Skip to content

updated CI and moved to script #3

updated CI and moved to script

updated CI and moved to script #3

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checking json format
if: always()
run: bash scripts/checkTodo.sh
continue-on-error: true