Skip to content

Bump typescript-eslint from 8.18.1 to 8.18.2 #995

Bump typescript-eslint from 8.18.1 to 8.18.2

Bump typescript-eslint from 8.18.1 to 8.18.2 #995

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
package-package:
name: Build Package
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/[email protected]
- name: Build Package
run: yarn build
- name: Upload Package
uses: actions/[email protected]
with:
name: package
path: package.tgz
build-docs:
name: Build Documentation
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/[email protected]
- name: Build Documentation
run: yarn docs
- name: Upload Documentation
uses: actions/[email protected]
with:
name: docs
path: docs