Skip to content

Move pictures to assets folder #26

Move pictures to assets folder

Move pictures to assets folder #26

Workflow file for this run

name: Tests
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20' # Use Node.js v20.x.x
- name: Install pnpm
run: npm install -g pnpm
- name: Changing Directory
run: cd nepalingo-web
- name: Install dependencies
run: pnpm install
- name: Lint code
run: pnpm run lint
- name: Test Build
run: pnpm run build