Skip to content

Added Build.yaml and Lint.yaml files for pullrequest #3

Added Build.yaml and Lint.yaml files for pullrequest

Added Build.yaml and Lint.yaml files for pullrequest #3

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Change to project directory
run: cd nepalingo-web
- name: Install dependencies
run: pnpm install
- name: Lint code
run: pnpm run lint