Skip to content

Fix the packageManager #24

Fix the packageManager

Fix the packageManager #24

Workflow file for this run

name: CI
on:
push:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build