You've already forked AstralRinth
forked from didirus/AstralRinth
Add GitHub actions again
This commit is contained in:
19
.github/workflows/clippy.yml
vendored
19
.github/workflows/clippy.yml
vendored
@@ -0,0 +1,19 @@
|
||||
name: Code quality
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: cargo login ${CRATES_IO_TOKEN}
|
||||
working-directory: ./daedalus
|
||||
env:
|
||||
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
|
||||
- run: cargo publish
|
||||
working-directory: ./daedalus
|
||||
|
||||
Reference in New Issue
Block a user