Skip to content

Commit

Permalink
Bugfix filter condition (#4)
Browse files Browse the repository at this point in the history
* add idea file to ignore
* bugfix
* update notify text style
* update readme
  • Loading branch information
ttymsd authored May 12, 2023
1 parent 1e2b714 commit ca35059
Show file tree
Hide file tree
Showing 9 changed files with 59,576 additions and 47,711 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
env: {
browser: true,
es2021: true
},
extends: 'standard-with-typescript',
overrides: [
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: './tsconfig.json',
},
rules: {
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
crashlytics-to-wrike-config.json
lib
.idea

# Created by https://www.gitignore.io/api/node

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 環境
node v12
node v16

## リリース手順
nccを使っています。nccをインストールした上で下のコマンドを順番に実行する

- npm install
- npm run publish

出力されたlib/index.jsを含めてcommit.
リリースするcommitでタグをきる。使う側はそのタグを指定して利用する。

## 使い方
GitHub Actionsで実行することを想定しています。

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
required: false

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
102,544 changes: 56,039 additions & 46,505 deletions dist/index.js

Large diffs are not rendered by default.

517 changes: 500 additions & 17 deletions dist/license.txt

Large diffs are not rendered by default.

Loading

0 comments on commit ca35059

Please sign in to comment.