Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure

This commit is contained in:
Ivan Shmidt
2020-08-12 16:04:54 +02:00
67 changed files with 2006 additions and 239 deletions
+5 -5
View File
@@ -2,8 +2,8 @@ name: Frontend CI
on:
pull_request:
paths:
- '!microsite/**'
paths-ignore:
- 'microsite/**'
jobs:
build:
runs-on: ubuntu-latest
@@ -45,12 +45,12 @@ jobs:
run: git diff --quiet origin/master HEAD -- yarn.lock
continue-on-error: true
- name: verify doc links
run: node docs/verify-links.js
- name: yarn install
run: yarn install --frozen-lockfile
- name: verify doc links
run: node docs/verify-links.js
- name: lint
run: yarn lerna -- run lint --since origin/master