diff options
| author | diogo464 <[email protected]> | 2024-02-04 05:43:25 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-02-04 05:43:25 +0000 |
| commit | f0ec9e9ddb45c6fc1227e9b92bbc462ab6141a3d (patch) | |
| tree | f0ecb3c87bc94ae952802c3847d5455b7ba5310b | |
| parent | 20b5350d07e8a50ce2172f86ce489e7beff7f10f (diff) | |
fixed action
| -rw-r--r-- | .gitea/workflows/check.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml index d11b553..e9d7045 100644 --- a/.gitea/workflows/check.yaml +++ b/.gitea/workflows/check.yaml | |||
| @@ -4,5 +4,7 @@ jobs: | |||
| 4 | check: | 4 | check: |
| 5 | runs-on: [fedora-latest] | 5 | runs-on: [fedora-latest] |
| 6 | steps: | 6 | steps: |
| 7 | - name: Checkout repository | ||
| 8 | uses: actions/checkout@v4 | ||
| 7 | - uses: dtolnay/rust-toolchain@nightly | 9 | - uses: dtolnay/rust-toolchain@nightly |
| 8 | - run: cargo check && cargo test | 10 | - run: cargo check && cargo test |
