Skip to content

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 #1043

chore(deps): bump js-yaml from 4.2.0 to 4.3.0

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 #1043

Workflow file for this run

name: 'Run prettify'
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: install deps
run: npm install
- name: Enforce Prettier
run: npm run format-check