Skip to content

Update actions/checkout action to v4.1.5 #49

Update actions/checkout action to v4.1.5

Update actions/checkout action to v4.1.5 #49

Workflow file for this run

name: Review
on:
pull_request:
paths:
- 'src/**'
- 'Cargo.toml'
- 'Cargo.lock'
- '.github/workflows/review.yml'
env:
CARGO_INCREMENTAL: 0
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: |
sudo apt-get update -y
sudo apt-get install -y gcc-mingw-w64-x86-64
- uses: actions-rs/[email protected]
with:
toolchain: stable
components: clippy
override: true
target: x86_64-pc-windows-gnu
- name: cache dependencies
uses: Swatinem/[email protected]
- name: clippy check
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features