Skip to content

Bump rustix from 0.38.13 to 0.38.19 in /nexus #985

Bump rustix from 0.38.13 to 0.38.19 in /nexus

Bump rustix from 0.38.13 to 0.38.19 in /nexus #985

Workflow file for this run

name: clippy-action
on:
pull_request:
branches:
- "main"
jobs:
clippy:
permissions:
checks: write
contents: read
pull-requests: write
strategy:
matrix:
runner: [ubicloud-standard-4]
runs-on: ${{ matrix.runner }}
steps:
- name: checkout
uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: clippy
run: cargo clippy -- -D warnings
working-directory: ./nexus