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

ci: Add continuous integration workflow #14

Merged
merged 5 commits into from
Mar 6, 2024
Merged

Conversation

jmgate
Copy link
Collaborator

@jmgate jmgate commented Feb 28, 2024

Type: Task

Description

Add a GitHub Actions workflow to run continuous integration on all PRs and merges to master.

Commits

  1. ci: Add continuous integration workflow (7c22cc7)

    Create two jobs:

    • commits: Ensure we're adhering to the Conventional Commits specification.

    • test: Currently this job

      • Checks out the commit
      • Sets up a Python environment
      • Installs the requirements
      • Installs the package
      • Checks documentation spelling and coverage
      • Uninstalls the package

      Note that the unit test suite is not running yet, because it's not completely passing. That will be handled soon.

  2. docs: Warnings as errors (d195b9f)

  3. docs: Remove todo page (343e0ea)

  4. docs: Ignore words when checking spelling (eaa6649)

  5. docs: Fix typo (af1cbf1)

@jmgate jmgate added the Type: Task Something we need to do that doesn't fit any other type. label Feb 28, 2024
@jmgate jmgate force-pushed the add-continuous-integration branch 12 times, most recently from b6972a5 to 2bbc526 Compare March 6, 2024 16:29
jmgate added 5 commits March 6, 2024 09:37
Create two jobs:

* commits:  Ensure we're adhering to the Conventional Commits
  specification.

* test:  Currently this job

  * Checks out the commit
  * Sets up a Python environment
  * Installs the requirements
  * Installs the package
  * Checks documentation spelling and coverage
  * Uninstalls the package

  Note that the unit test suite is not running yet, because it's not
  completely passing.  That will be handled soon.
@jmgate jmgate force-pushed the add-continuous-integration branch from f5745c0 to af1cbf1 Compare March 6, 2024 16:38
@jmgate jmgate merged commit 83d3468 into master Mar 6, 2024
10 checks passed
@jmgate jmgate deleted the add-continuous-integration branch March 6, 2024 16:40
@jmgate jmgate mentioned this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Task Something we need to do that doesn't fit any other type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant