Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-almasi authored Dec 9, 2024
2 parents 4112d97 + 6d3d95b commit 2989bd1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ jobs:
continue-on-error: true

- name: Issue warnings for beta/ nightly fails
if: >
${{ steps.build-beta.outcome == 'failure' ||
steps.test-beta.outcome == 'failure' ||
steps.build-nightly.outcome == 'failure' ||
steps.test-nightly.outcome == 'failure'}}
if: ${{ steps.build-beta.outcome == 'failure' || steps.test-beta.outcome == 'failure' || steps.build-nightly.outcome == 'failure' || steps.test-nightly.outcome == 'failure' }}
uses: actions/github-script@v7
with:
script: |
Expand Down Expand Up @@ -163,9 +159,6 @@ jobs:

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt

- name: Clippy lint
run: cargo clippy -- -D warnings

0 comments on commit 2989bd1

Please sign in to comment.