Skip to content

Commit

Permalink
CI: update
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 25, 2021
1 parent acbfbfa commit b955eae
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 408 deletions.
27 changes: 19 additions & 8 deletions .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,30 @@ jobs:
needs: manual_prepare
runs-on: ubuntu-latest
steps:
- uses: actions/github@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/github-script@v4
with:
args: comment "@${{ github.actor }} `shipjs prepare` done"
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "@\${{github.actor}} \`shipjs prepare\` done"
})
create_fail_comment:
if: cancelled() || failure()
needs: manual_prepare
runs-on: ubuntu-latest
steps:
- uses: actions/github@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/github-script@v4
with:
args: comment "@${{ github.actor }} `shipjs prepare` fail"
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "@\${{github.actor}} \`shipjs prepare\` fail"
})
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"website": "textlint-website-generator --output-dir ./dist"
},
"devDependencies": {
"@textlint/website-generator": "^0.10.5",
"@textlint/website-generator": "^0.10.3",
"textlint": "^11.9.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-technical-writing": "file:../"
}
}
}
75 changes: 36 additions & 39 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@
dependencies:
"@textlint/ast-node-types" "^4.4.2"

"@textlint/config-loader@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-0.10.4.tgz#8ba66bc179501502dbbf77e64822d74fd9d9c5be"
integrity sha512-4zfstmDvW3sYNQaGYR7+wQE4q+Vq0hI8UZctvJbioXwQALSMTsZUZG5kmgSp5ADzX9MmAlqXZD9H0QDHYik8oQ==
"@textlint/config-loader@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-0.10.2.tgz#5508cc71d7dddd55b89d1780ea4b477ee660c036"
integrity sha512-OiS48SQ932TKlFBz/xxAxh6LvRnpIfsg+PtYNOqUZ+GYHlujcyKXz25O6fzDtTA1hNu3IpQeuBokWlBsi6N1Uw==
dependencies:
"@textlint/kernel" "^3.4.1"
"@textlint/module-interop" "^1.2.1"
Expand All @@ -291,12 +291,12 @@
rc-config-loader "^4.0.0"
try-resolve "^1.0.1"

"@textlint/config-partial-parser@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@textlint/config-partial-parser/-/config-partial-parser-0.10.4.tgz#30989f6066a51afad6f1a854fc33b36ab37468e2"
integrity sha512-yuyu+d5tmrovB9cknHzsupvKmAa0t1Oa1Bm3GO9uneSzMXqLg+63XcHCFoMDUHdLsV2LMALzNZH01xz/YBtfvg==
"@textlint/config-partial-parser@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@textlint/config-partial-parser/-/config-partial-parser-0.10.2.tgz#9ce401db8cefb16460b81c86119eac83928743ba"
integrity sha512-q4bOR2vp9wA7fTnpBnELrsz2hF05ES7PoJ/8dTqCpnoVS7wwJCQ0s9nS9KN7Vkh4rCKAZ0Hce/IdWwSfOti/bQ==
dependencies:
"@textlint/config-loader" "^0.10.4"
"@textlint/config-loader" "^0.10.2"
"@textlint/kernel" "^3.4.1"
"@textlint/types" "^1.5.1"
"@textlint/utils" "^1.2.4"
Expand Down Expand Up @@ -394,29 +394,29 @@
lodash.uniqwith "^4.5.0"
to-regex "^3.0.2"

"@textlint/runtime-helper@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@textlint/runtime-helper/-/runtime-helper-0.10.4.tgz#0947f7fa1c8ceca99c1adc17460125f1a5020255"
integrity sha512-xAw8+EGz96vWGt6zpp9TuzHwuLJY4NQTiPsWfBhkKoj+WUTSF9iOwM1OMJEpaDbaAn2TNnsBN8vzRaYBQhYnsA==
"@textlint/runtime-helper@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@textlint/runtime-helper/-/runtime-helper-0.10.2.tgz#3187039ae71ba6baa194c02be2413b1d1b4735ed"
integrity sha512-DeQIa4iXDIPkFQtHVlH+PrzHk0AuURurVtTvW2gqkBTg+sLGQsJ/w3faNqKbBjbitb9oqj24VZvSOQmTuF2kPg==
dependencies:
"@kvs/env" "^1.1.0"
"@textlint/config-loader" "^0.10.4"
"@textlint/config-loader" "^0.10.2"
"@textlint/kernel" "^3.4.1"
"@textlint/module-interop" "^1.2.1"
"@textlint/types" "^1.5.1"
"@textlint/utils" "^1.2.1"

"@textlint/script-compiler@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.10.4.tgz#e69dbc5912bdb9d9002017cb89f3666a3cda6485"
integrity sha512-EMR0La6+GOzIBTgzjEVzEG68tJjx7IxNk2xxsHpS++ZXxu9ZM//yj62at0KQ//RstADp1e4CjQ8WdeTMrGELnw==
"@textlint/script-compiler@^0.10.3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.10.3.tgz#d9b4448a5a17853702757170f79ce0229fe53d0a"
integrity sha512-Qr0ju560V0l9Vt1Lldl3FEyoR7n0QkgUMV0wh7PVyjemdykufYk0A/7tbHN7J/UXv8HYpRzby7Veng4P8k+h/g==
dependencies:
"@babel/core" "^7.12.10"
"@textlint/config-loader" "^0.10.4"
"@textlint/config-partial-parser" "^0.10.4"
"@textlint/config-loader" "^0.10.2"
"@textlint/config-partial-parser" "^0.10.2"
"@textlint/kernel" "^3.4.1"
"@textlint/runtime-helper" "^0.10.4"
"@textlint/script-parser" "^0.10.4"
"@textlint/runtime-helper" "^0.10.2"
"@textlint/script-parser" "^0.10.2"
"@textlint/types" "^1.5.1"
babel-loader "^8.2.2"
babel-plugin-static-fs "^3.0.0"
Expand All @@ -427,10 +427,10 @@
terser-webpack-plugin "^5.1.1"
webpack "^5.33.2"

"@textlint/script-parser@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.10.4.tgz#16a6627e5728624f9751505778e00581a6be293c"
integrity sha512-6KhtfyltVl0aUbDVvq4Vp7rgtmXLET6+qIkSJraJgNCIIbBTbChla7TRf1/0+pVTyRLij81ZS4Vk4giOBKR/MQ==
"@textlint/script-parser@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.10.2.tgz#a77f4b8ec12e0b02b8e784297984abe4ac76ffde"
integrity sha512-MkXtjWfHQATaeAYP6eIOnDB868AD2UE0X9yWiTAX6WdsjCyUaPdrCINisbv8QXW53pmUWjQsI2X7kEMOg1X3Mw==

"@textlint/source-code-fixer@^3.4.1", "@textlint/source-code-fixer@^3.4.4":
version "3.4.4"
Expand Down Expand Up @@ -473,15 +473,15 @@
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.4.tgz#208a052e55d0d717f6c55097866bf84f444c5b66"
integrity sha512-FREWc8n6bJFsKehtUlHPtbqnXULWhdnlazqWiHMjiBtcxUfD+1kY3P7PNGbChdzeZGmwBkgFQyGkok8bAGnZOw==

"@textlint/website-generator@^0.10.5":
version "0.10.5"
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.10.5.tgz#2c100f1c4eec46a475cde948936f5bd85319d77b"
integrity sha512-SxA0WaT+AZtmZUi4dE8zvSuQMQvc8k0cVAzWb1dksVFIWX61s+AEdC/0ce8rSLlT4t/Q0GjVRcKtl9XwG8i+HQ==
"@textlint/website-generator@^0.10.3":
version "0.10.3"
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.10.3.tgz#a303c6a8c4f21eb679f9b1195cc4f946c95c7d44"
integrity sha512-sehxXDUJtCFj6satsExt0hE6wOgZSkYPMGTG3rtY0UXUcCQrQjIFaqyvhRMvatf8nsVN8h32ucSjN52kEjDu5A==
dependencies:
"@textlint/script-compiler" "^0.10.4"
"@textlint/script-compiler" "^0.10.3"
meow "^9.0.0"
read-pkg "^5.2.0"
textchecker-element "^0.10.5"
textchecker-element "^0.10.3"

"@types/eslint-scope@^3.7.0":
version "3.7.0"
Expand Down Expand Up @@ -3450,10 +3450,10 @@ text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=

textchecker-element@^0.10.5:
version "0.10.5"
resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.10.5.tgz#58690a0bcddd8d8aaea6fe011a1f7ab0ea419833"
integrity sha512-lS8kkuRg0wkVOvE9dOLBU+M7NPTeEmeSopIXDthqw6+/UJARvbo8hs5W590SIvbs8joV/WLKEKCni3fJPzzWTQ==
textchecker-element@^0.10.3:
version "0.10.2"
resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.10.2.tgz#44c16774707286b6ad21a4f1019d5e1d620242fe"
integrity sha512-t7T6bvUqJHXXdaVY2MWs6Lz02XNe0XlMynqdBsOp2FxGlZsNqzQlp31A3UGMZk2GOjmGKPRTVmxUyUnzOSGrCQ==
dependencies:
"@textlint/source-code-fixer" "^3.4.1"
delay "^4.4.0"
Expand Down Expand Up @@ -3559,9 +3559,6 @@ textlint-rule-max-kanji-continuous-len@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/textlint-rule-max-kanji-continuous-len/-/textlint-rule-max-kanji-continuous-len-1.1.1.tgz#cbcc44488c06d36c65099e12f7977e3a15c3b77f"
integrity sha1-y8xESIwG02xlCZ4S95d+OhXDt38=
dependencies:
match-index "^1.0.1"
textlint-rule-helper "^2.0.0"

textlint-rule-max-ten@^2.0.4:
version "2.0.4"
Expand Down
Loading

0 comments on commit b955eae

Please sign in to comment.