Skip to content

Fixes: Download button alignment when odata button is hidden (#1524) #1060

Fixes: Download button alignment when odata button is hidden (#1524)

Fixes: Download button alignment when odata button is hidden (#1524) #1060

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: 'npm'
- run: ./bin/check-for-large-files.sh
- run: npm ci
- run: npm run build
- run: ./bin/check-bundle-size.js