Skip to content

Bump next from 16.0.3 to 16.0.7 #1886

Bump next from 16.0.3 to 16.0.7

Bump next from 16.0.3 to 16.0.7 #1886

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- name: Linting and prettifying
run: |
pnpm lint
pnpm prettier
working-directory: ./