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 --- .github/dependabot.yml | 5 +++++ .github/workflows/ci.yml | 12 ++++++++++++ 2 files changed, 17 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b72c731..3785ca8c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: npm + directory: "/vnext" + schedule: + interval: daily + open-pull-requests-limit: 10 - package-ecosystem: maven directory: "/" schedule: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e4a1cdf..a1b9f707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,3 +50,15 @@ jobs: with: report_paths: "**/target/surefire-reports/TEST-*.xml" github_token: ${{ secrets.GITHUB_TOKEN }} + vnext: + defaults: + run: + working-directory: vnext + 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