This commit is contained in:
@@ -9,7 +9,12 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
runs-on: rust
|
runs-on: rust
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout code
|
||||||
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add origin https://forgejo.riotpiao.com/rock/poiman.git
|
||||||
|
git fetch origin ${{ github.ref_name }} --depth=1
|
||||||
|
git checkout FETCH_HEAD
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: cargo fmt -- --check || true
|
run: cargo fmt -- --check || true
|
||||||
|
|||||||
Reference in New Issue
Block a user