Skip to content

Commit

Permalink
moar fussy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Mar 13, 2024
1 parent 70ec315 commit 3d83061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/posts/2024-03-13-github-actions-for-didthis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ jobs:
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3

- name: 🏗 Setup Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -260,4 +259,4 @@ The end result of these workflows were that, all along the journey of getting th

## Summing up

The central notion is that I like making it easier to include the whole team in review cycles during feature development. It doesn't even have to be that hard - the last couple of implementations I describe here were about hacking and gluing things together. It can be quick & dirty, but the payoff can be huge for empowering everyone to contribute.
The central notion is that I like making it easier to include the whole team in review cycles during feature development. It doesn't even have to be that hard - the implementations I describe here were mainly just hacking and gluing things together. It can be quick & dirty, but the payoff can be huge for empowering everyone to contribute.

0 comments on commit 3d83061

Please sign in to comment.