Skip to content

chore: add support for dependabot (#14) #48

chore: add support for dependabot (#14)

chore: add support for dependabot (#14) #48

Workflow file for this run

name: Lint project
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- name: Set Node.js 16.x
uses: actions/setup-node@v3.6.0
with:
cache: 'pnpm'
node-version: 16.x
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm prettier