datacite/orcid_client

View on GitHub
.github/workflows/pull-request.yml

Summary

Maintainability
Test Coverage
name: Pull Request - Run Tests

on:
  pull_request:
    branches:
      - master
jobs:
  ci:
    uses: ./.github/workflows/ci.yml
    secrets: inherit