Skip to content

⬆️ Update dependencies (patch) #11

⬆️ Update dependencies (patch)

⬆️ Update dependencies (patch) #11

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose