Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Mar 6, 2024
1 parent 2baffe0 commit 8107a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint_pr_title.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# DESCRIPTION:
# A workflow used to verify if PR titles matches conventional commits strategy.
# END
# This workflow is used to verify if PR titles matches conventional commits strategy

name: Lint PR Title
run-name: "Lint PR - (#${{ github.event.number }}) ${{ github.event.pull_request.title }}"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
# This workflow will build and test a golang project

name: Go

Expand Down

0 comments on commit 8107a82

Please sign in to comment.