Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow authored Jul 21, 2021
1 parent 3bfdc1b commit aa630c8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
pull_request_target
pull_request

jobs:

Expand Down Expand Up @@ -51,16 +51,6 @@ jobs:
with:
java-version: 14

- name: Copy Dependabot dependencies to toml
run: ./gradlew dependencysync

# If the copy generated changes, commit and push those changes.
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update dependencies from dependabot
commit_options: '--no-verify --signoff'

# formats all kotlin files
- name: KtLint format
run: ./gradlew ktlintformat -q
Expand Down

0 comments on commit aa630c8

Please sign in to comment.