Skip to content

Update: Enhance alias extraction regex and bump dependencies #7

Update: Enhance alias extraction regex and bump dependencies

Update: Enhance alias extraction regex and bump dependencies #7

Workflow file for this run

name: Build
on:
pull_request:
types: [ opened, reopened, synchronize ]
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm lint
- run: pnpm test