Compare commits
2 Commits
099035a551
...
738b57b7b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
738b57b7b7
|
|||
|
fae449acda
|
@@ -21,6 +21,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
- name: Test project
|
||||
run: cargo test --all-targets --all-features
|
||||
|
||||
@@ -31,6 +33,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
- name: Generate docs
|
||||
run: cargo doc --no-deps
|
||||
- name: Upload docs
|
||||
@@ -56,6 +60,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
- name: Run clippy
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
@@ -68,3 +74,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt --check
|
||||
|
||||
tailwind-build:
|
||||
runs-on: libretunes-cicd-dx
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
|
||||
Reference in New Issue
Block a user