[CI] Migrate publishing to Central Sonatype instead of replaced OSSRH #99
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |