Skip to content

Format

Format #22

Workflow file for this run

name: pnpm build
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Build
run: |
sudo apt update && sudo apt install npm
npm install
npm run build