Skip to content

fix(deps): update dependency budoux to v0.6.4 #1662

fix(deps): update dependency budoux to v0.6.4

fix(deps): update dependency budoux to v0.6.4 #1662

Workflow file for this run

name: Main Workflow
on:
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Node.js
uses: re-taro/actions/[email protected]
with:
node-version-file: .tool-versions
- name: Build test
run: pnpm build
shell: sh
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Node.js
uses: re-taro/actions/[email protected]
with:
node-version-file: .tool-versions
- name: Lint test
run: pnpm lint
shell: sh