Skip to content

build(deps-dev): bump @eslint/js from 9.35.0 to 9.36.0 in the eslint group #496

build(deps-dev): bump @eslint/js from 9.35.0 to 9.36.0 in the eslint group

build(deps-dev): bump @eslint/js from 9.35.0 to 9.36.0 in the eslint group #496

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v5
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run ESLint
run: npm run lint
- name: Type check
run: npm run lint:tsc
- name: Build package
run: npm run build
- name: Lint package
run: npm run lint:package
- name: Generate docs
run: npm run docs
- name: Deploy
if: github.ref_name == 'master'
uses: remarkablemark/gitploy-action@v1
with:
directory: docs