Build CSS for jobs that need the asset
All checks were successful
Push Workflows / rustfmt (push) Successful in 9s
Push Workflows / tailwind-build (push) Successful in 8s
Push Workflows / test (push) Successful in 20s
Push Workflows / docs (push) Successful in 20s
Push Workflows / clippy (push) Successful in 17s
Push Workflows / build (push) Successful in 1m55s
Push Workflows / nix-build (push) Successful in 4m55s
All checks were successful
Push Workflows / rustfmt (push) Successful in 9s
Push Workflows / tailwind-build (push) Successful in 8s
Push Workflows / test (push) Successful in 20s
Push Workflows / docs (push) Successful in 20s
Push Workflows / clippy (push) Successful in 17s
Push Workflows / build (push) Successful in 1m55s
Push Workflows / nix-build (push) Successful in 4m55s
This commit is contained in:
@@ -9,6 +9,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Use Cache
|
- name: Use Cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
- name: Run tailwindcss
|
||||||
|
run: tailwindcss --input style/tailwind.css --output assets/tailwind.css
|
||||||
- name: Build project
|
- name: Build project
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-D warnings"
|
RUSTFLAGS: "-D warnings"
|
||||||
@@ -21,6 +23,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Use Cache
|
- name: Use Cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
- name: Run tailwindcss
|
||||||
|
run: tailwindcss --input style/tailwind.css --output assets/tailwind.css
|
||||||
- name: Test project
|
- name: Test project
|
||||||
run: cargo test --all-targets --all-features
|
run: cargo test --all-targets --all-features
|
||||||
|
|
||||||
@@ -31,6 +35,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Use Cache
|
- name: Use Cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
- name: Run tailwindcss
|
||||||
|
run: tailwindcss --input style/tailwind.css --output assets/tailwind.css
|
||||||
- name: Generate docs
|
- name: Generate docs
|
||||||
run: cargo doc --no-deps
|
run: cargo doc --no-deps
|
||||||
- name: Upload docs
|
- name: Upload docs
|
||||||
@@ -56,6 +62,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Use Cache
|
- name: Use Cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
- name: Run tailwindcss
|
||||||
|
run: tailwindcss --input style/tailwind.css --output assets/tailwind.css
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-D warnings"
|
RUSTFLAGS: "-D warnings"
|
||||||
|
|||||||
Reference in New Issue
Block a user