Bump luxon and @types/luxon in /horreum-web #181
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |