Skip to content

Commit eee646d

Browse files
committed
Merge branch 'master' into shiftkey
2 parents 48788a5 + c85ee72 commit eee646d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
1212

1313
steps:
14+
- name: Set git to not change EoL
15+
run: |
16+
git config --global core.autocrlf false
1417
- uses: actions/checkout@v2
1518
- name: Use Node.js 12.x
1619
uses: actions/setup-node@v1

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @github/web-systems-reviewers
1+
* @github/web-systems-reviewers

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<script type="module">
1717
// import checkAll from '../dist/index.js'
18-
import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
18+
import checkAll from 'https://unpkg.com/@github/check-all@latest?module'
1919
checkAll(document.querySelector('[data-check-all-container]'))
2020
</script>
2121
</body>

0 commit comments

Comments
 (0)