Skip to content

Commit

Permalink
week2: demo proposal
Browse files Browse the repository at this point in the history
Co-authored-by: Isak Einberg <[email protected]>
  • Loading branch information
hampfh and einbergisak committed Aug 28, 2024
1 parent 3ad49da commit 57b138d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions contributions/demo/week2/hampfh-ieinberg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Assignment Proposal

## Title

Enterprise CI with Github Actions

## Names and KTH ID

- Hampus Hallkvist ([email protected])
- Isak Einberg ([email protected])

## Deadline

- Week 2

## Category

- Demo

## Description

We want to cover three different CI github actions during week 2. We're thinking starting from a rust project and then apply:

- Unit testing integration through cargo (rust's package manager)
- Correct pull request formatting (enforcing that PRs are correctly formatted, making sure there is consistency when new contributors join the project)
- Pull request notification to slack (alerting the rest of the team directly through integration with communication tools)

**Relevance**

These are three very relevant topics for code quality and maintainability in enterprise development. We think this will give a good overview of how the workflow might look like in a real project.

0 comments on commit 57b138d

Please sign in to comment.