Skip to content

Merge pull request #133 from cgoIT/dependabot/npm_and_yarn/typedoc-pl… #362

Merge pull request #133 from cgoIT/dependabot/npm_and_yarn/typedoc-pl…

Merge pull request #133 from cgoIT/dependabot/npm_and_yarn/typedoc-pl… #362

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Run linters
run: pnpm lint
- name: Run unit test
run: pnpm test
- name: Build the app
run: pnpm build