Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Feat: Nouveau Modal coop #2013

Feat: Nouveau Modal coop

Feat: Nouveau Modal coop #2013

Workflow file for this run

name: ESLint
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version-file: package.json
- name: Install modules
run: npm i --no-audit --prefer-offline
- name: Lint
run: npm run lint