Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Add check workflow #23

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Add check workflow #23

merged 2 commits into from
Feb 8, 2024

Conversation

EthanPlant
Copy link
Collaborator

Adding a workflow that runs on all pushes/pull requests to ensure no commits made contain errors stopping the project from building.

The workflow has 3 steps:

  1. Install NASM to build any .asm files
  2. Install the x86_64-unknown-none rust target
  3. Run cargo check on the project

@EthanPlant
Copy link
Collaborator Author

Note: The checks should be failing as main (which this branch is based off of) is currently failing to build.

@mdpatelcsecon mdpatelcsecon merged commit b70c6f4 into main Feb 8, 2024
0 of 2 checks passed
@EthanPlant EthanPlant deleted the workflow branch February 19, 2024 23:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants