Skip to content

Commit c1bb3a7

Browse files
committed
re-enable tailwind check test
1 parent 0c54b2d commit c1bb3a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
cargo clippy --all-targets --locked -- -D clippy::all
5252
deno lint --ignore=src/html,benches/fixtures,target/
5353
54-
# - name: Tailwind Check
55-
# run: |
56-
# deno task tailwind
57-
# git diff --exit-code
54+
- name: Tailwind Check
55+
run: |
56+
deno task tailwind
57+
git diff --exit-code
5858
5959
- name: Build
6060
run: deno task build && cargo build --locked --all-targets

0 commit comments

Comments
 (0)