Merge pull request #4465 from n2ygk/config_oauth_scope

Add configurable OAuth 2.0 scopes
This commit is contained in:
Patrik Oldsberg
2021-02-10 22:26:30 +01:00
committed by GitHub
8 changed files with 74 additions and 11 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
run: yarn prettier:check
- name: validate config
run: yarn backstage-cli config:check
run: yarn backstage-cli config:check --lax
- name: lint
run: yarn lerna -- run lint --since origin/master
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
COMMIT_SHA_BEFORE: '${{ github.event.before }}'
- name: validate config
run: yarn backstage-cli config:check
run: yarn backstage-cli config:check --lax
- name: lint
run: yarn lerna -- run lint