Skip to content

✨ Add the Apple Intelligence toggle command #1257

✨ Add the Apple Intelligence toggle command

✨ Add the Apple Intelligence toggle command #1257

Workflow file for this run

name: Lint files
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint source code
run: npm run lint