Skip to content

Bump github/codeql-action from 4.30.9 to 4.31.0 in /.github/workflows in the actions group #841

Bump github/codeql-action from 4.30.9 to 4.31.0 in /.github/workflows in the actions group

Bump github/codeql-action from 4.30.9 to 4.31.0 in /.github/workflows in the actions group #841

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: install deps
run: npm install
- name: Enforce Prettier
run: npm run format-check