From 3614e81abe4528072dd25168e06bc7d1e73a4885 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 13 Jan 2023 10:44:51 +0300 Subject: CI: merge vnext configuration --- vnext/.github/workflows/npm-publish.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vnext/.github/workflows/npm-publish.yml (limited to 'vnext/.github/workflows') diff --git a/vnext/.github/workflows/npm-publish.yml b/vnext/.github/workflows/npm-publish.yml deleted file mode 100644 index eed26af1..00000000 --- a/vnext/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Node - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: npm ci - - run: npm test - - run: npm run lint - - run: npm run build - - run: npm run build:ssr -- cgit v1.2.3