Skip to content

Remove target_variable and target_outcome from std task ids #172

Remove target_variable and target_outcome from std task ids

Remove target_variable and target_outcome from std task ids #172

Workflow file for this run

name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test-json-syntax:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"