Buckets:
| name: frontend | |
| on: | |
| push: | |
| paths: | |
| - ".github/workflows/frontend.yml" | |
| - "html/*" | |
| pull_request: | |
| paths: | |
| - ".github/workflows/frontend.yml" | |
| - "html/*" | |
| jobs: | |
| build: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: actions/setup-node@v6 | |
| with: | |
| node-version: 18 | |
| - name: Run yarn install, check and build | |
| run: | | |
| corepack enable | |
| corepack prepare yarn@stable --activate | |
| yarn install | |
| yarn run check | |
| yarn run build | |
| working-directory: html | |
Xet Storage Details
- Size:
- 582 Bytes
- Xet hash:
- 985dff60c71d3079a83bf7dc986cf7a5d9d82cc1c441b2248198e740b35c2168
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.