Skip to content

Update dependency eslint-plugin-prettier to v5.2.1 #1336

Update dependency eslint-plugin-prettier to v5.2.1

Update dependency eslint-plugin-prettier to v5.2.1 #1336

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: yarn --frozen-lockfile --ignore-optional
- run: yarn test
- name: Make sure that the package is built
run: yarn package && git diff --exit-code