Skip to content

Bump rustix from 0.37.24 to 0.37.25 #41

Bump rustix from 0.37.24 to 0.37.25

Bump rustix from 0.37.24 to 0.37.25 #41

Workflow file for this run

name: Rust code checks
on:
pull_request:
# Default types for PR are opened, synchronize, reopened. Need
# ready_for_review to catch a PR that is moving from draft to not-draft
types: [opened, synchronize, reopened, ready_for_review]
env:
CARGO_TERM_COLOR: always
jobs:
check-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Code checks
run: make check