iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://github.com/miroapp/cloud-data-import/actions/runs/12127244341/workflow
chore(deps-dev): bump eslint from 9.14.0 to 9.16.0 · miroapp/cloud-data-import@c1a489c · GitHub
Skip to content

chore(deps-dev): bump eslint from 9.14.0 to 9.16.0 #28

chore(deps-dev): bump eslint from 9.14.0 to 9.16.0

chore(deps-dev): bump eslint from 9.14.0 to 9.16.0 #28

name: JSON Schema Validation
on:
pull_request:
branches:
- main
jobs:
validate-schema:
name: ci/validate-schema
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run schema validate
run: npm run json-schema:validate