Skip to content

Changed phone to whatsapp contact #54

Changed phone to whatsapp contact

Changed phone to whatsapp contact #54

Workflow file for this run

name: CI workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ci:
runs-on: ubuntu-latest
container: node:21-alpine
defaults:
run:
working-directory: ./app
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint
- name: Build project
run: pnpm run build
- name: Archive production artifacts
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: app
path: |
./app/dist
!./app/dist/**/*.md