Skip to content

Update magnolia to 1.3.21 #204

Update magnolia to 1.3.21

Update magnolia to 1.3.21 #204

Workflow file for this run

name: pr_scala_3
on:
pull_request:
paths-ignore:
- 'doc/**'
- 'docs/**'
- '*.md'
branches:
- master
jobs:
scala_3_0:
runs-on: ubuntu-latest
steps:
- name: checkout the repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup sbt
uses: coursier/setup-action@v1
with:
apps: sbt
jvm: temurin:11
- name: run tests
run: sbt test
- name: Import GPG key
if: github.event.pull_request.head.repo.fork == false
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PGP_PASSPHRASE }}
- name: publish local
if: github.event.pull_request.head.repo.fork == false
run: sbt publishLocalSigned