Skip to content

add visibility setting to custom metadata (to exclude some fields fro… #63

add visibility setting to custom metadata (to exclude some fields fro…

add visibility setting to custom metadata (to exclude some fields fro… #63

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Check code formatting with Prettier
run: npm run format:check