|
1 | 1 | # action-template
|
2 | 2 |
|
3 |
| -< |
4 |
| -[](https://github.com/budougumi0617/action-newrelic-segment-lint |
6 |
| -/actions?query=workflow%3Areviewdog) |
7 |
| -[](https://github.com/budougumi0617/action-newrelic-segment-lint |
9 |
| -/actions?query=workflow%3Adepup) |
10 |
| -[](https://github.com/budougumi0617/action-newrelic-segment-lint |
12 |
| -/actions?query=workflow%3Arelease) |
13 |
| -[](https://github.com/budougumi0617/action-newrelic-segment-lint |
15 |
| -/releases) |
| 3 | +[](https://github.com/budougumi0617/action-newrelic-segment-lint/actions?query=workflow%3Areviewdog) |
| 4 | +[](https://github.com/budougumi0617/action-newrelic-segment-lint/actions?query=workflow%3Adepup) |
| 5 | +[](https://github.com/budougumi0617/action-newrelic-segment-lint/actions?query=workflow%3Arelease) |
| 6 | +[](https://github.com/budougumi0617/action-newrelic-segment-lint/releases) |
16 | 7 |
|
17 | 8 | [comment]: <> ([](https://github.com/haya14busa/action-bumpr))
|
18 | 9 |
|
@@ -66,11 +57,10 @@ jobs:
|
66 | 57 | runs-on: ubuntu-latest
|
67 | 58 | steps:
|
68 | 59 | - uses: actions/checkout@v2
|
69 |
| - - uses: budougumi0617/action-newrelic-segment-lint |
70 |
| -@v1 |
| 60 | + - uses: budougumi0617/action-newrelic-segment-lint@v1 |
71 | 61 | with:
|
72 | 62 | github_token: ${{ secrets.github_token }}
|
73 |
| - nrseg_flags: "-i testutil ./src" |
| 63 | + nrseg_flags: "-i testing ./src" |
74 | 64 | # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
|
75 | 65 | reporter: github-pr-review
|
76 | 66 | # Change reporter level if you need.
|
|
0 commit comments