Skip to content

Add PM2 ecosystem config and improve error handling #9

Add PM2 ecosystem config and improve error handling

Add PM2 ecosystem config and improve error handling #9

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
style:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .