Skip to content

Commit

Permalink
Merge branch 'master' into fbv-overflow-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcadieux authored May 9, 2021
2 parents b0b1183 + 0fc6103 commit 5f0cfc0
Show file tree
Hide file tree
Showing 432 changed files with 43,615 additions and 62,322 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
test/**/*.js -crlf
test/es6/HTMLComments.js binary diff=cpp
*.wasm binary
lib/**/*.js eol=lf diff=cpp
*.cpp text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.inl text eol=lf diff=cpp
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/agreement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Contribution Agreement"
on:
pull_request

jobs:
AgreementCheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
echo Looking up contributor
tail -n +36 ContributionAgreement.md | awk -F\| '{print $3}' | grep -w $USER
env:
USER: ${{ github.actor }}
48 changes: 0 additions & 48 deletions BUILD.gn

This file was deleted.

29 changes: 0 additions & 29 deletions Build/NuGet/Microsoft.ChakraCore.ARM.nuspec

This file was deleted.

10 changes: 0 additions & 10 deletions Build/NuGet/Microsoft.ChakraCore.ARM.props

This file was deleted.

31 changes: 0 additions & 31 deletions Build/NuGet/Microsoft.ChakraCore.Symbols.nuspec

This file was deleted.

36 changes: 0 additions & 36 deletions Build/NuGet/Microsoft.ChakraCore.Symbols.props

This file was deleted.

29 changes: 0 additions & 29 deletions Build/NuGet/Microsoft.ChakraCore.X64.nuspec

This file was deleted.

29 changes: 0 additions & 29 deletions Build/NuGet/Microsoft.ChakraCore.X86.nuspec

This file was deleted.

10 changes: 0 additions & 10 deletions Build/NuGet/Microsoft.ChakraCore.X86.props

This file was deleted.

31 changes: 0 additions & 31 deletions Build/NuGet/Microsoft.ChakraCore.nuspec

This file was deleted.

36 changes: 0 additions & 36 deletions Build/NuGet/Microsoft.ChakraCore.props

This file was deleted.

70 changes: 0 additions & 70 deletions Build/NuGet/Microsoft.ChakraCore.vc140.nuspec

This file was deleted.

Loading

0 comments on commit 5f0cfc0

Please sign in to comment.