Skip to content

Commit

Permalink
Remove nightly version for clippy and format checks (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Jul 12, 2023
1 parent 187554b commit 84f77a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
rust-version: stable
components: clippy
- uses: actions/checkout@master
- name: Lint with clippy
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
rust-version: stable
components: rustfmt
- uses: actions/checkout@master
- name: Check format
Expand Down

0 comments on commit 84f77a4

Please sign in to comment.