Skip to content

[RBD] Funkcja IIf umożliwia: #85

[RBD] Funkcja IIf umożliwia:

[RBD] Funkcja IIf umożliwia: #85

Workflow file for this run

name: "Validate JSON files"
on:
pull_request:
branches:
- "master"
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
validate-pr:
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.13.x
- name: Validate schema
run: ./validate.sh