feat(ci): disable GHA workflow

I'm trying out https://garnix.io for this repo
This commit is contained in:
Harsh Shandilya 2023-01-23 18:54:45 +00:00
parent 11f330d848
commit 2902495dd6

16
.github/workflows/test.yml.disabled 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 }}