Skip to content

fix: remove old events data-table, show visibility of events on card #49

fix: remove old events data-table, show visibility of events on card

fix: remove old events data-table, show visibility of events on card #49

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