pkp/pkp-lib#9626 Use align-middle for inline-block containers when di… #118
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 |