Skip to content

Commit 4cf45f7

Browse files
Release build 4.8.0 [ci release]
1 parent d2b87dc commit 4cf45f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+19423
-8951
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ docs/
33
lib/
44
Sources/ContentScopeScripts/dist/
55
integration-test/extension/contentScope.js
6+
integration-test/pages/build
67
packages/special-pages/pages/**/public

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
unit:
7-
runs-on: ubuntu-20.04
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
os: [ ubuntu-20.04, windows-latest ]
811
steps:
912
- uses: actions/checkout@v2
1013
- name: Use Node.js 18
@@ -21,6 +24,7 @@ jobs:
2124
- run: npm run build
2225
- run: npm run docs
2326
- run: npm run lint
27+
- run: npm run lint-no-output-globals
2428
- run: npm run test-unit
2529
- name: "Clean tree"
2630
run: "npm run test-clean-tree"

0 commit comments

Comments
 (0)