mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
improve things
This commit is contained in:
parent
f437754618
commit
a7dba08990
9 changed files with 185 additions and 26 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
dry: true
|
||||
prettier_options: --check **/*.{html,css,js,md} --ignore-path .gitignore
|
||||
prettier_options: --check amqp_dashboard/assets/* --ignore-path .gitignore
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run clippy -D clippy::all
|
||||
|
|
@ -29,3 +29,5 @@ jobs:
|
|||
run: cargo fmt --verbose --all -- --check
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --all
|
||||
- name: Run client integration tests
|
||||
run: cargo xtask tests-js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue