Skip to content

Bump highlight.js from 11.10.0 to 11.11.0 #436

Bump highlight.js from 11.10.0 to 11.11.0

Bump highlight.js from 11.10.0 to 11.11.0 #436

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: npm install
run: npm install
- name: Run prettier
run: npm run lint