Skip to content

Bump libc from 0.2.158 to 0.2.159 #1648

Bump libc from 0.2.158 to 0.2.159

Bump libc from 0.2.158 to 0.2.159 #1648

Workflow file for this run

name: Checks
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
workflow_dispatch:
merge_group:
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🧹 Cargo fmt
run: cargo fmt --all -- --check