1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Use organization Prettier config (#2967)

* Use organization Prettier config

* Bump version to 1.0.0

* Update workflow

* Use npm ci and package.json script
This commit is contained in:
David Wheatley
2021-07-30 12:18:20 +01:00
committed by GitHub
parent 34803f4b43
commit ce824b0ccf
4 changed files with 21 additions and 8 deletions

View File

@@ -23,6 +23,10 @@ jobs:
with:
node-version: "14"
- name: Check JS formatting
run: npx prettier --check src
- name: Install JS dependencies
run: npm ci
working-directory: ./js
- name: Check JS formatting
run: npm run format-check
working-directory: ./js