Skip to content

Bump the actions group with 2 updates (#521) #41

Bump the actions group with 2 updates (#521)

Bump the actions group with 2 updates (#521) #41

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: install deps
run: npm install
- name: Enforce Prettier
run: npm run format-check