pkp/pkp-lib#9890 Remove flex-shrink-0 class on SideMenu as it should … #54
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 |