This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Add CloseConfirm v1.0.0 and RememberMe v1.0.0 and ScalableMaterialOrbs v1.0.0 and Deprecate VRLogixRotateFix #776
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Formatting | |
on: [pull_request, push] | |
jobs: | |
ec-audit-pr: | |
runs-on: ubuntu-20.04 | |
name: Validate EditorConfig | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up editorconfig-checker | |
uses: editorconfig-checker/action-editorconfig-checker@main | |
- name: Run editorconfig-checker | |
run: editorconfig-checker | |
validate-json: | |
runs-on: ubuntu-latest | |
name: Validate JSON | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run ajv | |
uses: docker://orrosenblatt/validate-json-action:latest | |
env: | |
INPUT_SCHEMA: /schema.json | |
INPUT_JSONS: /manifest.json |