diff options
Diffstat (limited to 'vnext/.github')
-rw-r--r-- | vnext/.github/dependabot.yml | 7 | ||||
-rw-r--r-- | vnext/.github/workflows/npm-publish.yml | 14 |
2 files changed, 0 insertions, 21 deletions
diff --git a/vnext/.github/dependabot.yml b/vnext/.github/dependabot.yml deleted file mode 100644 index 4872c5af..00000000 --- a/vnext/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 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 |