Skip to content

ci: add workflows and dependabot settings #2

ci: add workflows and dependabot settings

ci: add workflows and dependabot settings #2

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
uses: joshka/github-workflows/.github/workflows/rust-test.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}