Split code into modules based on the version of edoc/edek they're used for #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: null | |
workflow_dispatch: null | |
schedule: | |
- cron: 0 14 * * 1 | |
jobs: | |
rust-ci: | |
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v0 | |
with: | |
run_clippy: true | |
secrets: inherit |