Skip to content

Commit

Permalink
Adding name to action steps
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
  • Loading branch information
CsatariGergely committed Sep 13, 2024
1 parent df26213 commit f300756
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/proofreading-vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ jobs:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tibdex/github-app-token@v2
- name: Checkout
uses: actions/checkout@v4

- name: Generate ephemeral token
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.HELPER_APP_ID }}
private_key: ${{ secrets.HELPER_APP_KEY }}
- uses: errata-ai/vale-action@reviewdog

- name: Run Vale
uses: errata-ai/vale-action@reviewdog
with:
files: '["content", "README.md"]'
# github-pr-check, github-pr-review, github-check
Expand Down

0 comments on commit f300756

Please sign in to comment.