Skip to content

Bump github-markdown-css from 5.6.1 to 5.8.1 in /horreum-web #301

Bump github-markdown-css from 5.6.1 to 5.8.1 in /horreum-web

Bump github-markdown-css from 5.6.1 to 5.8.1 in /horreum-web #301

Workflow file for this run

name: Format check - package-lock.json
on:
pull_request:
paths:
- 'horreum-web/package-lock.json'
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Prettier
run: npm install prettier
- name: Check formatting
run: npx prettier --check "horreum-web/package-lock.json"