chore(ci): migrate to Garnix

This commit is contained in:
Harsh Shandilya 2023-02-16 14:08:43 +00:00
parent a4855b834f
commit 25b4ede9cd
2 changed files with 1 additions and 18 deletions

View file

@ -1,17 +0,0 @@
on:
push:
branches:
- main
- renovate/**
paths-ignore:
- README.md
pull_request:
paths-ignore:
- README.md
name: Check Rust code
jobs:
check:
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main
with:
msrv: '1.60.0'