Skip to content

[#23] Feat issue set up astro islands for interactive components #21

[#23] Feat issue set up astro islands for interactive components

[#23] Feat issue set up astro islands for interactive components #21

Workflow file for this run

name: Linting CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Use Node.js 20.11
uses: actions/[email protected]
with:
node-version: 20.11
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run Linter
run: npm run lint