diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/sumchecker/.github | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/sumchecker/.github')
| -rw-r--r-- | node_modules/sumchecker/.github/FUNDING.yml | 2 | ||||
| -rw-r--r-- | node_modules/sumchecker/.github/workflows/ci.yml | 47 |
2 files changed, 0 insertions, 49 deletions
diff --git a/node_modules/sumchecker/.github/FUNDING.yml b/node_modules/sumchecker/.github/FUNDING.yml deleted file mode 100644 index d63c19f..0000000 --- a/node_modules/sumchecker/.github/FUNDING.yml +++ /dev/null @@ -1,2 +0,0 @@ -github: malept -tidelift: npm/sumchecker diff --git a/node_modules/sumchecker/.github/workflows/ci.yml b/node_modules/sumchecker/.github/workflows/ci.yml deleted file mode 100644 index 73e955a..0000000 --- a/node_modules/sumchecker/.github/workflows/ci.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: CI - -on: - push: - branches: - - master - tags: - - v[0-9]+.[0-9]+.[0-9]+* - pull_request: - -jobs: - test: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [windows-latest, macOS-latest, ubuntu-latest] - node-version: [8.x, 10.x, 12.x] - - steps: - - name: Fix git checkout line endings - run: git config --global core.autocrlf input - - uses: actions/checkout@v1 - - name: Setup Node.js - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: Cache node_modules - uses: actions/cache@v1 - with: - path: node_modules - key: ${{ runner.OS }}-build-${{ hashFiles('**/package.json') }} - restore-keys: | - ${{ runner.OS }}-build-${{ env.cache-name }}- - ${{ runner.OS }}-build- - ${{ runner.OS }}- - - name: Install - run: npm install - - name: Lint - run: npm run lint - - name: Testsuite - run: npm run coverage - - name: Test TypeScript definition - run: npm run tsd - - name: Codecov - run: npm run codecov - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
