Skip to content

Commit

Permalink
Add gitub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Dec 9, 2023
1 parent 81fe26b commit 197f07c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
33 changes: 1 addition & 32 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,4 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
versions:
- 1.4.21-2
- 1.4.30
- 1.4.31
- 1.4.32
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
versions:
- 1.4.21-2
- 1.4.30
- 1.4.31
- 1.4.32
- dependency-name: com.nimbusds:nimbus-jose-jwt
versions:
- 9.4.1
- "9.5"
- "9.6"
- "9.7"
- dependency-name: com.squareup.moshi:moshi
versions:
- 1.11.0
- dependency-name: com.squareup.moshi:moshi-kotlin
versions:
- 1.11.0
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
versions:
- 1.4.2-native-mt
- dependency-name: junit:junit
versions:
- 4.13.1
open-pull-requests-limit: 5
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: Build
run: |
./gradlew build

0 comments on commit 197f07c

Please sign in to comment.