Skip to content

Commit

Permalink
chore: add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Jul 11, 2024
1 parent 100786d commit 3eaacc5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ⚙️ Build lib
on:
pull_request:
push:
branches:
- v1

jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build

concurrency:
group: build-${{ github.head_ref }}
cancel-in-progress: true
File renamed without changes.

0 comments on commit 3eaacc5

Please sign in to comment.