Skip to content

♻️ refactor (content): add tag #8

♻️ refactor (content): add tag

♻️ refactor (content): add tag #8

Workflow file for this run

name: Run Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm i
- run: npm run build --if-present