Skip to content

add conf and ajv-formats to dependencies list #28

add conf and ajv-formats to dependencies list

add conf and ajv-formats to dependencies list #28

Workflow file for this run

name: Dev
on:
pull_request:
branches:
- main
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Compile
run: yarn compile