release action, convert to library crate, bump version to 0.1.0
This commit is contained in:
@@ -3,8 +3,8 @@ name: Test the running changes
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev" ]
|
||||
#pull_request:
|
||||
# branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -15,8 +15,6 @@ jobs:
|
||||
runs-on: rust-latest
|
||||
|
||||
steps:
|
||||
#- run: apt-get update -y
|
||||
#- uses: actions/checkout@v6
|
||||
- run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo clippy -- -D warnings
|
||||
|
||||
Reference in New Issue
Block a user