fix(deps): update dependency satori to v0.12.1 #1682
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |