Skip to content

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #302

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec…

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #302

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Build
run: pnpm run build