Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 686f6bc

Browse files
feat: build for release
1 parent 54ee80e commit 686f6bc

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.ja.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: technote-space/auto-cancel-redundant-job@v1
44-
# ...
44+
- name: Broken Link Check
45+
uses: technote-space/broken-link-checker-action@v1
4546
```
4647
47-
e.g. [update-dependencies.yml](.github/workflows/update-dependencies.yml)
48+
e.g.
49+
- [ci.yml](.github/workflows/ci.yml)
50+
- [broken-link-check.yml](.github/workflows/broken-link-check.yml)
4851
4952
## スクリーンショット
5053
### キャンセル中

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: technote-space/auto-cancel-redundant-job@v1
44-
# ...
44+
- name: Broken Link Check
45+
uses: technote-space/broken-link-checker-action@v1
4546
```
4647
47-
e.g. [update-dependencies.yml](.github/workflows/update-dependencies.yml)
48+
e.g.
49+
- [ci.yml](.github/workflows/ci.yml)
50+
- [broken-link-check.yml](.github/workflows/broken-link-check.yml)
4851
4952
## Screenshots
5053
### Cancelling jobs

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"dff6d6bc32ddb3137174d12d725df6473b71f7ca","ref":"refs/tags/v1.0.0","tagName":"v1.0.0","branch":"releases/v1","tags":["v1.0.0","v1.0","v1"],"updated_at":"2020-03-10T17:33:33.661Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"6a99e367103b50eeb06947db56fb805813deee4a","ref":"refs/tags/v1.0.1","tagName":"v1.0.1","branch":"releases/v1","tags":["v1.0.1","v1.0","v1"],"updated_at":"2020-03-10T17:57:58.689Z"}

0 commit comments

Comments
 (0)