From cb5d935f3ed37c5c4bca9ed075844a9977f5141e Mon Sep 17 00:00:00 2001 From: draedful Date: Fri, 4 Oct 2024 17:15:26 +0300 Subject: [PATCH] feat(ci): attempt to build storybook --- .github/workflows/pr-preview-build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/pr-preview-build.yml diff --git a/.github/workflows/pr-preview-build.yml b/.github/workflows/pr-preview-build.yml new file mode 100644 index 0000000..db0b617 --- /dev/null +++ b/.github/workflows/pr-preview-build.yml @@ -0,0 +1,13 @@ +name: PR Preview Build + +on: + pull_request: + +jobs: + build: + name: Build + runs-on: ubuntu-latest + steps: + - uses: gravity-ui/preview-build-action@v2 + with: + node-version: 18 \ No newline at end of file