Skip to content

[CI] Migrate publishing to Central Sonatype instead of replaced OSSRH #99

[CI] Migrate publishing to Central Sonatype instead of replaced OSSRH

[CI] Migrate publishing to Central Sonatype instead of replaced OSSRH #99

Workflow file for this run

# Copy/pasted from https://github.com/scala-native/scala-native
name: Check CLA
on: [pull_request]
jobs:
check-cla:
runs-on: ubuntu-latest
steps:
- uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}