prettier formatting

main
CrimsonTome 2022-09-17 03:27:11 +01:00 committed by Rowan Clark
parent bed09aa46d
commit 8d9dce3f80
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: "18.x"
- name: run Prettier
run: npx prettier --check .
- name: Run npm