Feature/update mui deps #651
Workflow file for this run
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: catalogue-meta-schema-check | |
on: | |
push: | |
branches: | |
- "main" | |
pull_request: | |
jobs: | |
check-catalogue-meta-schema: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v2.3.1 | |
with: | |
persist-credentials: false | |
- name: Install and build 🔧 | |
run: | # Install packages and build the catalogue meta.json file for schema checks only | |
yarn | |
yarn build-catalogue-meta |