Skip to content

[Feature] added error and not-found pages #87

[Feature] added error and not-found pages

[Feature] added error and not-found pages #87

Workflow file for this run

name: PR Build and Test
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node and install dependencies
uses: ./.github/actions/setup-node-and-install
with:
node-version: 20
- name: Lint test
run: |
npm run lint