Skip to content

Modified the time tracking method to accurately track time taken #669

Modified the time tracking method to accurately track time taken

Modified the time tracking method to accurately track time taken #669

Workflow file for this run

name: json syntax check
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
pull-requests: write # required to leave comments on pull requests
jobs:
json-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # [email protected]
- name: json syntax check
uses: GrantBirki/json-yaml-validate@d7814b94473939c1daaca2c96131b891d4703a3c # [email protected]
with:
exclude_file: ".github/config/exclude.txt" # .gitignore style file for exclusions
comment: "true" # allow PR comments with error messages