Skip to content

Commit

Permalink
Correct repo configuration (#26)
Browse files Browse the repository at this point in the history
* Fix repository name

* Fix ci workflows

* Remove PR template

* enable renovate
  • Loading branch information
jisungbin committed Nov 18, 2023
1 parent 549f1c1 commit 088b1ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
13 changes: 0 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

8 changes: 0 additions & 8 deletions .github/renovate.json5.disable → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
"org.jetbrains.kotlin.*",
],
},
{
"groupName": "AGP unstable updates",
"groupSlug": "android-gradle-plugin",
"ignoreUnstable": false,
"matchPackagePrefixes": [
"com.android.tools.build",
],
},
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
gradle-home-cache-cleanup: true

- name: Code style checks
run: ./gradlew ktlintCheck detekt
run: ./gradlew ktlintCheck

- name: Run test
run: ./gradlew test --stacktrace
Expand All @@ -60,4 +60,4 @@ jobs:
name: test-results
retention-days: 7
path: |
**/build/test-results/*
**/build/test-results/*
4 changes: 2 additions & 2 deletions .idea/copyright/MIT.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 088b1ac

Please sign in to comment.