Skip to content

Add comprehensive JSON file monitoring #145

Add comprehensive JSON file monitoring

Add comprehensive JSON file monitoring #145

Workflow file for this run

name: Run checks on pull request
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Run checks
run: npx astro check