Skip to content

chore(deps): bump libc from 0.2.154 to 0.2.155 #228

chore(deps): bump libc from 0.2.154 to 0.2.155

chore(deps): bump libc from 0.2.154 to 0.2.155 #228

Workflow file for this run

---
name: PR
on:
pull_request:
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run fmt check
run: >
cargo fmt --
--check
- name: Run tests
run: >
cargo test
--verbose