Skip to content

Update README with required permissions info #100

Update README with required permissions info

Update README with required permissions info #100

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: Update Schemas
run: yarn fetch-schemas
- name: Install dependencies
run: rm -rf node_modules && yarn
- name: Run unit tests
run: yarn test