Skip to content

Commit 23411f2

Browse files
committed
web: don't actually build web, just check it
1 parent b1e1dab commit 23411f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build svg2gcode-web
1+
name: Check svg2gcode-web
22
on: [push, pull_request]
33
env:
44
CARGO_TERM_COLOR: always
@@ -11,4 +11,4 @@ jobs:
1111
- uses: Swatinem/rust-cache@v2
1212
- uses: dtolnay/rust-toolchain@stable
1313
- name: Build
14-
run: cargo build -p svg2gcode-web
14+
run: cargo check -p svg2gcode-web

0 commit comments

Comments
 (0)