Skip to content

Consistent formatting #3

Consistent formatting

Consistent formatting #3

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Dependencies & Build
run: npm install