mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fix web lint errors and enable web linting in CI (#72)
This commit is contained in:
parent
1fd298cf9e
commit
e3be55d4e2
4 changed files with 19 additions and 6 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -28,6 +28,9 @@ jobs:
|
|||
- name: 👷 Build Graphite web client
|
||||
run: cd client/web && npm run build
|
||||
|
||||
- name: 👕 Lint Graphite web formatting
|
||||
run: cd client/web && npm run lint
|
||||
|
||||
- name: 🔬 Check Rust formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue