Skip to content

Bump prettier from 3.0.3 to 3.1.0 #79

Bump prettier from 3.0.3 to 3.1.0

Bump prettier from 3.0.3 to 3.1.0 #79

Workflow file for this run

name: 'Build and test'
on:
pull_request:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all