Skip to content

Commit

Permalink
remove prepare and merge fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Dec 9, 2024
1 parent 0a7795e commit b56dafc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ on:
name: CI

jobs:
prepare:
runs-on: ubuntu-latest
outputs:
rust_version: ${{ steps.read_toolchain.outputs.rust_version }}
steps:
- name: "Checkout repo"
uses: actions/checkout@v4
- name: "Read rust version"
id: read_toolchain
run: echo "rust_version=$(cat rust-version)" >> $GITHUB_OUTPUT

build-test:
name: Build and test
runs-on: ubuntu-latest
Expand Down

0 comments on commit b56dafc

Please sign in to comment.