Skip to content

feat: native runtime support for loading config #9255

feat: native runtime support for loading config

feat: native runtime support for loading config #9255

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
with:
fetch-depth: 1
- name: Install Pnpm
run: |
npm install -g corepack@latest --force
corepack enable
- name: Setup Node.js
uses: actions/setup-node@v4.2.0
with:
node-version: 22
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --ignore-scripts
- name: Lint
run: pnpm run lint
- name: Check Changeset
run: pnpx disallow-major-changeset
- name: Check Dependency Version
run: pnpm run check-dependency-version