Skip to content

npm: bump prettier from 3.2.5 to 3.3.0 #16

npm: bump prettier from 3.2.5 to 3.3.0

npm: bump prettier from 3.2.5 to 3.3.0 #16

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: get dependencies
run: npm install
- name: build
run: npm run build