Skip to content

bun and conn cron fix #52

bun and conn cron fix

bun and conn cron fix #52

Workflow file for this run

name: codestyle
on: pull_request
jobs:
codestyle:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install pnpm
run: npm i -g pnpm
- name: install dependencies
run: pnpm i
- name: copy out the .env file
run: cp .env.example .env
- name: sync env vars
run: pnpm svelte-kit sync
- name: check codestyle
run: pnpm lint