Skip to content

Merge pull request #75 from aashnaachaudhary10/feat/qwik-integration #201

Merge pull request #75 from aashnaachaudhary10/feat/qwik-integration

Merge pull request #75 from aashnaachaudhary10/feat/qwik-integration #201

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint