Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
chore: fixed build file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasih Ali authored and Fasih Ali committed Nov 15, 2023
1 parent 502e39d commit c4c69a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ name: Build Packages2
on:
pull_request:
types: opened
- name: Run blocks
run: npx nx run blocks:build
jobs:
run_blocks:
runs-on: ubuntu-latest
steps:
name: Run blocks
run: npx nx run blocks:build

0 comments on commit c4c69a9

Please sign in to comment.