Skip to content

Feature/jss 105 refactor auth services from elysia to express #2540

Feature/jss 105 refactor auth services from elysia to express

Feature/jss 105 refactor auth services from elysia to express #2540

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- naga
- canary-naga
jobs:
linter:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install rust
uses: dtolnay/[email protected]
- name: Install wasm-pack
uses: jetli/[email protected]
with:
version: 'latest'
- name: Install project dependencies
run: bun install
- name: Lint
run: |
echo "Running workspace format check..."
NX_DAEMON=false bun run format:check