mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 10:37:01 +05:30
chore: migrate CI to GHA
This commit is contained in:
parent
33a30ee3d1
commit
7d37852079
2 changed files with 17 additions and 1 deletions
16
.github/workflows/test.yml
vendored
Normal file
16
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- renovate/**
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
name: Check Rust code
|
||||
jobs:
|
||||
check:
|
||||
uses: msfjarvis/shared-workflows/.github/workflows/test-flakes-project.yml@main
|
||||
secrets:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
|
@ -1,4 +1,4 @@
|
|||
# gitice [](http://unmaintained.tech/) [](https://garnix.io)
|
||||
# gitice [](http://unmaintained.tech/)
|
||||
|
||||
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