Skip to content

Add E2E test workflow. #7

Add E2E test workflow.

Add E2E test workflow. #7

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: Deps
run: |
npm install
- name: Lint
run: |
npm run lint