Skip to content

chore(deps): update github/codeql-action action to v2.22.4 #1174

chore(deps): update github/codeql-action action to v2.22.4

chore(deps): update github/codeql-action action to v2.22.4 #1174

Workflow file for this run

name: Prettier
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
show-progress: false
- name: Setup Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version-file: ".nvmrc"
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- name: Install dependencies
shell: bash
run: |
npm ci --ignore-scripts
- name: Run Prettier
shell: bash
run: |
npx --no-install prettier --check .