Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Mar 22, 2024
1 parent fd1a991 commit 857fedd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- name: Setup
uses: kosi-libs/kodein-internal-github-actions/setup@main
- name: Upgrade Yarn Lock
run: ./gradlew --stacktrace kotlinUpgradePackageLock
shell: bash
- name: Check
run: ./gradlew --stacktrace check
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
- name: Setup
uses: kosi-libs/kodein-internal-github-actions/setup@main
- name: Upgrade Yarn Lock
run: ./gradlew --stacktrace kotlinUpgradePackageLock
shell: bash
- name: Check
run: ./gradlew --stacktrace check
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Setup
uses: kosi-libs/kodein-internal-github-actions/setup@main
- name: Upgrade Yarn Lock
run: ./gradlew --stacktrace kotlinUpgradePackageLock
shell: bash
- name: Check
run: ./gradlew --stacktrace check
shell: bash

0 comments on commit 857fedd

Please sign in to comment.