mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 22:27:03 +05:30
chore: add test github workflow
This commit is contained in:
parent
ff3a72968a
commit
dc6966fb61
1 changed files with 13 additions and 0 deletions
13
.github/workflows/test.yml
vendored
Normal file
13
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- renovate/**
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
name: Check Rust code
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main
|
Loading…
Add table
Add a link
Reference in a new issue