Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 #989

chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1

chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 #989

Workflow file for this run

name: "Build"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run lint:all
npm run build