Skip to content

feat: update config.json #6

feat: update config.json

feat: update config.json #6

Workflow file for this run

name: Build Code
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Build
run: pnpm run build