mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 21:17:01 +05:30
feat(ci): disable GHA workflow
I'm trying out https://garnix.io for this repo
This commit is contained in:
parent
11f330d848
commit
2902495dd6
1 changed files with 0 additions and 0 deletions
16
.github/workflows/test.yml.disabled
vendored
Normal file
16
.github/workflows/test.yml.disabled
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue