Skip to content

Dockerize the app so it can deploy on coolify #268

Dockerize the app so it can deploy on coolify

Dockerize the app so it can deploy on coolify #268

Workflow file for this run

name: format
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn fmtCheck