fix header and moved overflow to table body to make it scrollable #3970
Workflow file for this run
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
name: Client Libs JS Build | |
on: ['pull_request', 'workflow_dispatch'] | |
jobs: | |
clientlibs-js-build: | |
name: Client Libs JS Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git Checkout | |
uses: actions/checkout@v3 | |
- name: Build Client Libs JS | |
uses: ./.github/actions/generic-npm-build | |
with: | |
working_directory: clientlibs/js |