Skip to content

Commit

Permalink
Test for changelog enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoandresdiazespinoza committed Jun 11, 2024
1 parent a7164df commit 8cf4680
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/changelog-enforcer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ on:

jobs:
# Enforces the update of a changelog file on every pull request
changelog:
Changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'project_1/changelog.md'
changeLogPath: 'project_1/changelog.md'

Job_1:
runs-on: ubuntu-latest
needs: Changelog
steps:
- name: Making Mock Job for Project_1
run: echo "test"

0 comments on commit 8cf4680

Please sign in to comment.