Skip to content

Commit

Permalink
Remove dead action
Browse files Browse the repository at this point in the history
The `./ci "${STEP}"` step was never executed, thus the Windows setup is
covered by ci to begin with.
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent 0c76922 commit 2531d30
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,11 @@ jobs:
STEP: ${{ matrix.step }}
run: ./ci "${STEP}"

windows:
runs-on: windows-latest

strategy:
matrix:
include:
- name: Rust formatting
step: cargo-fmt-check
- name: Rust linting
step: cargo-clippy
- name: Rust tests
step: cargo-test

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: "Setup Rust"
uses: actions-rust-lang/[email protected]
with:
components: rustfmt, clippy

check_success:
if: always()

needs:
- linux
- windows

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2531d30

Please sign in to comment.