Skip to content

feat(dashboard): new page banners (#191) #288

feat(dashboard): new page banners (#191)

feat(dashboard): new page banners (#191) #288

Workflow file for this run

name: Ci with Github Actions
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: pnpm
- run: pnpm install
- run: pnpm run lint