Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 553 Bytes

File metadata and controls

29 lines (20 loc) · 553 Bytes

json-schema-check

Description

This action checks if the ROS 2 parameter files (config/*.param.yaml) of packages comply with the format of their template JSON Schema file (schema/*.schema.json).

Usage

jobs:
  json-schema-check:
    runs-on: ubuntu-latest
    steps:
      - name: Check out repository
        uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - name: Run json-schema-check
        uses: autowarefoundation/autoware-github-actions/json-schema-check@v1

Inputs

None.

Outputs

None.