Skip to content

build and ci workflows do the same thing #11

@jkelly924

Description

@jkelly924

Problem:

build.yml and ci.yml have major overlaps in their processes.

build.yml Checks out the project, installs dependencies, and then builds the project

ci.yml Does everything build.yml does, plus it runs the linter and formatter

Proposed Solution:

Remove build.yml, change required status checks for main to used ci instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions