Skip to content

Bump eslint-plugin-prettier from 5.0.1 to 5.1.2 (#250) #643

Bump eslint-plugin-prettier from 5.0.1 to 5.1.2 (#250)

Bump eslint-plugin-prettier from 5.0.1 to 5.1.2 (#250) #643

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run test