Skip to content

build(deps): bump libc from 0.2.161 to 0.2.169 #263

build(deps): bump libc from 0.2.161 to 0.2.169

build(deps): bump libc from 0.2.161 to 0.2.169 #263

Workflow file for this run

name: check-pull-requests
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test_pull_request:
runs-on: ubuntu-latest
name: Test Build and Unit Tests
steps:
- uses: actions/checkout@v4
- name: "Build Project"
shell: bash
run: "cargo build"
- name: "Unit Tests"
shell: bash
run: "cargo test"