Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Feb 13, 2025
1 parent caf0be0 commit 05576f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/calens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:
git config --global user.name 'joragua'
git config --global user.email '[email protected]'
git add CHANGELOG.md
git commit -m "Update changelog [skip ci]" || echo "No changes to commit"
git fetch
git rebase
git commit -m "Update changelog [skip ci]"
git push
8 changes: 3 additions & 5 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ name: Detekt
# or API.
on:
push:
pull_request:
branches:
- "*"
permissions:
contents: read
#comment

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Detekt:
permissions:
contents: read
# The type of runner that the job will run on
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down

0 comments on commit 05576f2

Please sign in to comment.