mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 20:15:03 +01:00
Update github actions
This commit is contained in:
parent
efd7b416ee
commit
b1761d8c2b
@ -1,4 +1,4 @@
|
||||
name: Release Binaries
|
||||
name: Publish Binaries
|
||||
|
||||
on: release
|
||||
|
||||
@ -6,7 +6,7 @@ env:
|
||||
NAME: rtop
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
4
.github/workflows/rust-ci.yml
vendored
4
.github/workflows/rust-ci.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
|
||||
rustfmt:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
|
||||
clippy:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
Loading…
Reference in New Issue
Block a user