Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

spec(openbuilt-export-to-real-app): Phase-2 export pipeline (chain #9/9) #64

spec(openbuilt-export-to-real-app): Phase-2 export pipeline (chain #9/9)

spec(openbuilt-export-to-real-app): Phase-2 export pipeline (chain #9/9) #64

name: Lint Check
on:
pull_request:
branches:
- development
- main
- beta
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Linting
run: npm run lint