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

Add check GitHub workflow #22

Closed
wants to merge 6 commits into from
Closed

Add check GitHub workflow #22

wants to merge 6 commits into from

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 EthanPlant closed this Feb 8, 2024
@EthanPlant EthanPlant deleted the workflow branch February 8, 2024 05:38
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.

3 participants