We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e1dab commit 23411f2Copy full SHA for 23411f2
1 file changed
.github/workflows/web.yml
@@ -1,4 +1,4 @@
1
-name: Build svg2gcode-web
+name: Check svg2gcode-web
2
on: [push, pull_request]
3
env:
4
CARGO_TERM_COLOR: always
@@ -11,4 +11,4 @@ jobs:
11
- uses: Swatinem/rust-cache@v2
12
- uses: dtolnay/rust-toolchain@stable
13
- name: Build
14
- run: cargo build -p svg2gcode-web
+ run: cargo check -p svg2gcode-web
0 commit comments