Skip to content

feat(docs): create new presentation #37

feat(docs): create new presentation

feat(docs): create new presentation #37

Workflow file for this run

name: Ci with Github Actions
on:
workflow_dispatch:
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