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

Commit

Permalink
ci: add action
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 4, 2023
1 parent 2fdc3bd commit 23f54c2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ⚙️ Build

on:
pull_request:
push:
branches: [main]

jobs:
build:
name: libs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run build

concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 23f54c2

Please sign in to comment.