Skip to content

Feat-settings-parsing #22

Feat-settings-parsing

Feat-settings-parsing #22

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: "npm"
- run: npm install
- name: Build and Test
run: npm run build && npm run test