Skip to content
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

Make CI run on changes to non-code files as well #2130

Merged
merged 1 commit into from Jan 5, 2022

Commits on Jan 4, 2022

  1. Make CI run on changes to non-code files as well

    The repository is configured such that specific checks are required to pass before merging; since CI doesn't run on PRs that don't change code, they can't be merged without administrator intervention.
    
    Also, while this definition is currently correct, we might in the future change something so that changes to other files (like markdown files) really should be run through CI.
    
    And example of that could be:
    ```rust
    #[cfg(doctest)]
    #[doc = include_str!("../README.md")]
    extern "C" {}
    ```
    madsmtm committed Jan 4, 2022
    Copy the full SHA
    359ea76 View commit details
    Browse the repository at this point in the history