Skip to content

Commit

Permalink
Moving changelog code to changelog folder
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed May 8, 2024
1 parent 99907be commit 8366ab3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Setup Scala CLI
uses: VirtusLab/scala-cli-setup@main

- name: Test changelog and dependency tree semver compliance
- name: Test changelog compliance
run: |
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit
scala-cli changelog -- --module-name toolkit --file Toolkit.scala --skip js
scala-cli changelog -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
scala-cli changelog -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit
- name: Import GPG key
id: import_gpg
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
continue-on-error: true
env:
TOOLKIT_VERSION: ${{ github.ref_name }}
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Setup Scala CLI
uses: VirtusLab/scala-cli-setup@main

- name: Test changelog and dependency tree semver compliance
- name: Test changelog compliance
run: |
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit
scala-cli changelog -- --module-name toolkit --file Toolkit.scala --skip js
scala-cli changelog -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
scala-cli changelog -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit
- name: Run test examples
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8366ab3

Please sign in to comment.