Skip to content

Update CI workflow to include self-hosted runner in OS list #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

oleander
Copy link
Owner

No description provided.

   1. Modified: `.github/workflows/ci.yml`
   2. Added: `.cursor/rules/rust.mdc`

2. Key Changes:
   - **.github/workflows/ci.yml**:
     - Modified the operating systems list in the `jobs` section.
     - Line change: `os: [self-hosted, macos-latest, ubuntu-latest]` was changed to `os: [self-hosted]`.
   - **.cursor/rules/rust.mdc**:
     - New file created with guidelines on interacting with Rust.
     - Contains instructions related to debugging, coding style, and commands to use.

3. Binary Files: None.

4. Most Significant Change:
   - The addition of the `.cursor/rules/rust.mdc` file, which establishes coding and debugging guidelines for Rust.

5. Keywords for Commit Message:
   - Update, remove, guidelines, add, rust, ci

6. Proposed Summaries:
   - "Update CI to only use self-hosted runners" (47 characters)
   - "Add Rust coding and debugging guidelines" (40 characters)
   - "Refactor CI workflow to use only self-hosted OS" (46 characters)

7. Character Count Check:
   - Summary 1: 47 characters
   - Summary 2: 40 characters
   - Summary 3: 46 characters

8. Selected Summary:
   - "Add Rust coding and debugging guidelines" is concise and reflects the most significant change.

Final commit message:
```
Add Rust coding and debugging guidelines
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant