chore: migrate CI to GHA

This commit is contained in:
Harsh Shandilya 2024-09-12 10:18:59 +05:30
parent 33a30ee3d1
commit 7d37852079
2 changed files with 17 additions and 1 deletions

16
.github/workflows/test.yml vendored Normal file
View 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 }}

View file

@ -1,4 +1,4 @@
# gitice [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Built with Garnix](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fmsfjarvis%2Fgitice%3Fbranch%3Dmain)](https://garnix.io) # gitice [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](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. 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.