Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Kato <joseph@jdkato.io>
  • Loading branch information
jdkato committed Apr 5, 2021
1 parent 310a5ac commit 0d9d283
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 15 deletions.
38 changes: 26 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,29 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Vale
uses: ./ # Uses an action in the root directory
with:
styles: |
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
https://github.com/errata-ai/Joblint/releases/latest/download/Joblint.zip
config:
https://gist.githubusercontent.com/jdkato/171186055d382c6065273fe5a7eeeb61/raw/c6832996f5c77002142df70a3aa2be521fe747a7/.vale.ini
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Checkout
uses: actions/checkout@v1
- name: Vale
uses: ./ # Uses an action in the root directory
with:
styles: |
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
https://github.com/errata-ai/Joblint/releases/latest/download/Joblint.zip
config: https://gist.githubusercontent.com/jdkato/171186055d382c6065273fe5a7eeeb61/raw/c6832996f5c77002142df70a3aa2be521fe747a7/.vale.ini
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Vale
uses: errata-ai/vale-action@v1.3.0
with:
styles: |
https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d9d283

Please sign in to comment.