Skip to content

Merge pull request #1 from TheNestDevs/dev-falcon #12

Merge pull request #1 from TheNestDevs/dev-falcon

Merge pull request #1 from TheNestDevs/dev-falcon #12

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup
- name: Build UI
run: cd app && pnpm build