Skip to content

Add metadata for Binstall so that it can download binaries immediately (without brute forcing to find the correct URL) #1029

Add metadata for Binstall so that it can download binaries immediately (without brute forcing to find the correct URL)

Add metadata for Binstall so that it can download binaries immediately (without brute forcing to find the correct URL) #1029

Workflow file for this run

name: "ci-linter"
on:
pull_request:
push:
branches:
- master
- main
merge_group:
jobs:
linter:
name: linter
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: checkout_repo
uses: actions/checkout@v4
- name: install_rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: check_clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets --workspace