mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 00:27:01 +05:30
chore(ci): migrate to Garnix
This commit is contained in:
parent
a4855b834f
commit
25b4ede9cd
2 changed files with 1 additions and 18 deletions
17
.github/workflows/check.yml
vendored
17
.github/workflows/check.yml
vendored
|
@ -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'
|
|
@ -1,4 +1,4 @@
|
|||
# gitice [](http://unmaintained.tech/)
|
||||
# gitice [](http://unmaintained.tech/) [](https://garnix.io)
|
||||
|
||||
Rust tool to create a 'lockfile' of the git repositories present under a directory, and allow re-cloning them when given the previously generated lockfile.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue