Skip to content

Commit

Permalink
fix: update dependency @dword-design/base to v7 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2021
1 parent d3f067c commit abbb567
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 196 deletions.
7 changes: 6 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"footer-max-line-length": [
0
]
}
}
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* text=auto eol=lf
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@ jobs:
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: rokroskar/workflow-run-cleanup-action@v0.2.2
uses: rokroskar/workflow-run-cleanup-action@v0.3.0
release:
if: github.ref == 'refs/heads/master'
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
- run: git config --global user.email "actions@github.com"
- run: git config --global user.name "GitHub Actions"
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn lint
- env:
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
Expand All @@ -28,21 +26,20 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
if: github.ref == 'refs/heads/master'
name: Release
run: yarn semantic-release
test:
needs: cancel-existing
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: git config --global user.email "actions@github.com"
- run: git config --global user.name "GitHub Actions"
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn test
- run: yarn check-unknown-files
- env:
COVERALLS_GIT_BRANCH: ${{ github.ref }}
COVERALLS_GIT_COMMIT: ${{ github.sha }}
Expand Down
3 changes: 2 additions & 1 deletion .huskyrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"skipCI": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dist"
],
"scripts": {
"clean": "base clean",
"check-unknown-files": "base check-unknown-files",
"commit": "base commit",
"dev": "base dev",
"lint": "base lint",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {},
"devDependencies": {
"@dword-design/base": "^6.20.2",
"@dword-design/base": "^7.0.0",
"delay": "^5.0.0",
"fs-extra": "^9.0.1"
},
Expand Down
Loading

0 comments on commit abbb567

Please sign in to comment.