Skip to content

Commit

Permalink
fix: upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Aug 23, 2020
1 parent 324a318 commit 438f58d
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 551 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn test
- if: matrix.os == 'ubuntu-latest' && matrix.node == 12
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- env:
COVERALLS_GIT_BRANCH: ${{ github.ref }}
COVERALLS_GIT_COMMIT: ${{ github.sha }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
if: matrix.os == 'ubuntu-latest' && matrix.node == 12
name: Coveralls
run: yarn dw-ci coveralls
strategy:
matrix:
exclude:
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@
[![Dependency status](https://img.shields.io/david/dword-design/base-config-directive)](https://david-dm.org/dword-design/base-config-directive)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dword-design/base-config-directive)
<a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://gitpod.io/#https://github.com/dword-design/base-config-directive">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a>
<a href="https://paypal.me/SebastianLandwehr">
<img
src="https://upload.wikimedia.org/wikipedia/commons/b/b5/PayPal.svg"
alt="PayPal"
height="30"
>
</a>
<!-- /BADGES -->
<!-- DESCRIPTION/ -->
Expand Down
Loading

0 comments on commit 438f58d

Please sign in to comment.