Skip to content

Commit

Permalink
fix: Update dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Oct 2, 2022
1 parent d413457 commit aba6a46
Show file tree
Hide file tree
Showing 11 changed files with 10,307 additions and 7,677 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,11 @@ jobs:
with:
node-version: 16
cache: "yarn"
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
Lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: "yarn"
- run: yarn install
- name: Run linters
uses: wearerequired/lint-action@v1
with:
eslint: true
eslint_args: "--ext .ts ./src/ --max-warnings 0"
prettier: true
14 changes: 14 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Lint PR Title"

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- name: Backlog Notify
uses: bicstone/backlog-notify@v3
with:
# The following are required settings
# 必須設定 (The following are required settings)
project_key: PROJECT_KEY
api_host: example.backlog.jp
api_key: ${{ secrets.BACKLOG_API_KEY }}

# The following are optional settings
# 任意設定 (The following are optional settings)
fix_keywords: |-
#fix
#fixes
Expand Down
Loading

0 comments on commit aba6a46

Please sign in to comment.