Revert "feat(ci): disable GHA workflow"

This reverts commit 2902495dd6.
This commit is contained in:
Harsh Shandilya 2024-09-12 10:18:11 +05:30
parent 60794e49ba
commit c07da3df42
2 changed files with 1 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 }}