mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 16:27:01 +05:30
17 lines
299 B
YAML
17 lines
299 B
YAML
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'
|