Skip to content

Commit

Permalink
refact: Remove not necessary anymore comments
Browse files Browse the repository at this point in the history
Now that the Jobs have a name, it can be used to self describe what the jobs does
So the commentaries are no longger need.

Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil committed Dec 7, 2023
1 parent 4bb091c commit 66a3c01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:

# Checkout the code
- name: Checkout code
uses: actions/checkout@v4

# Build the snap
- name: Build snap
uses: snapcore/action-build@v1
id: build

# Upload the built artifact
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 66a3c01

Please sign in to comment.