Compare commits
1 Commits
renovate/e
...
c7b3380af3
| Author | SHA1 | Date | |
|---|---|---|---|
| c7b3380af3 |
@@ -1,27 +0,0 @@
|
||||
name: Build Check
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Run Build
|
||||
run: pnpm run build
|
||||
Reference in New Issue
Block a user