prepare first release with graceful shutdown + containerfile + push to #4
@@ -1,12 +1,12 @@
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: clippy
|
||||
image: rust:1.96
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
|
||||
- name: test
|
||||
|
||||
Reference in New Issue
Block a user