Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.18.1 to 8.21.0 #622

chore(deps-dev): bump @typescript-eslint/parser from 8.18.1 to 8.21.0

chore(deps-dev): bump @typescript-eslint/parser from 8.18.1 to 8.21.0 #622

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build Raycast extension
run: npx ray build -e dist
- name: Lint Raycast extension
run: npx ray lint