Skip to content

fix: no-unescaped-entities error #3

fix: no-unescaped-entities error

fix: no-unescaped-entities error #3

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build