diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..f35946e --- /dev/null +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/README.md b/README.md index 1fa5757..72bda2c 100644 --- a/README.md +++ b/README.md @@ -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.