Skip to content

Commit 70c9c6a

Browse files
Fix CI syntax
1 parent a71dfe1 commit 70c9c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
name: Main
44

55
jobs:
6-
check:
6+
build:
77
name: Build
88
runs-on: ubuntu-latest
99
steps:
@@ -16,7 +16,7 @@ jobs:
1616
run: cargo install cargo-deb
1717
- name: Package .deb
1818
run: cargo deb
19-
check:
19+
lint:
2020
name: Lint
2121
runs-on: ubuntu-latest
2222
steps:

0 commit comments

Comments
 (0)