Skip to content

[automated] Update json files and markdown cache #2041

[automated] Update json files and markdown cache

[automated] Update json files and markdown cache #2041

Workflow file for this run

name: Lint code
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 20
- run: npm install --only=dev
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0