Fix web lint errors and enable web linting in CI (#72)

This commit is contained in:
Keavon Chambers 2021-04-14 00:41:20 -07:00 committed by GitHub
parent 1fd298cf9e
commit e3be55d4e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 6 deletions

View file

@ -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