pkp/pkp-lib#10599 Refining which editorial decisions are displayed an… #88
This file contains 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
on: | |
push: | |
branches: | |
- '*' | |
pull_request: | |
branches: | |
['main'] | |
name: run-tests | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pkp/pkp-ui-library-action@main | |
with: | |
node_version: 20 |