Skip to content

ci: add workflows and dependabot settings #3

ci: add workflows and dependabot settings

ci: add workflows and dependabot settings #3

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
check:
permissions:
checks: write
uses: joshka/github-workflows/.github/workflows/rust-check.yml@main
with:
msrv: 1.74.0