Skip to content

Merge pull request #75 from Vontigo/feature/71-progressive-web-app #13

Merge pull request #75 from Vontigo/feature/71-progressive-web-app

Merge pull request #75 from Vontigo/feature/71-progressive-web-app #13

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main', 'develop']
pull_request:
branches: ['main', 'develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
# TODO: - run: pnpm build
# TODO: - run: pnpm check
# TODO: Replace with `- run: pnpm lint`.
- run: pnpm prettier --plugin-search-dir . --check .