This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
chore: fixed build file formatting #7
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: Build Packages2 | ||
on: | ||
pull_request: | ||
types: opened | ||
jobs: | ||
run_blocks: | ||
runs-on: ubuntu-latest | ||
steps: | ||
name: Run blocks | ||
run: npx nx run blocks:build | ||