Skip to content

chore: license

chore: license #59

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