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:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user