diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0ea2b8..513ab9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,4 +89,4 @@ jobs: - uses: perlrdf/devops/github-actions/irc-notifications@main with: target-build-status: true - needs: ${{ toJSON(needs) }} \ No newline at end of file + needs: ${{ toJSON(needs) }} diff --git a/.github/workflows/issue-notify.yml b/.github/workflows/issue-notify.yml index e67bc1e..1511a78 100644 --- a/.github/workflows/issue-notify.yml +++ b/.github/workflows/issue-notify.yml @@ -19,4 +19,3 @@ jobs: - uses: perlrdf/devops/github-actions/irc-notifications@main with: target-notifications: true - \ No newline at end of file