Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

chore: license

chore: license #121

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
eslint-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
- name: CI, Linter and Build
run: |
npm ci --legacy-peer-deps
npm run lint
npm run build