Skip to content

[Some work behind the scenes] refactor: Update data files to include … #39

[Some work behind the scenes] refactor: Update data files to include …

[Some work behind the scenes] refactor: Update data files to include … #39

Workflow file for this run

name: Build & Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: npm install