Skip to content

chore(deps): Bump prettier from 2.8.8 to 3.0.3 #606

chore(deps): Bump prettier from 2.8.8 to 3.0.3

chore(deps): Bump prettier from 2.8.8 to 3.0.3 #606

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- run: npm install
- run: npm run ci
- uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # v9.1.1
with:
add: 'dist'
message: 'npm run ncc, dist updated'