Skip to content

Commit

Permalink
Merge branch 'test-vale' into test-vale-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jun 17, 2024
2 parents 71a8b5f + d4ad07d commit d401a63
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**/*.md'

jobs:
vale:
vale:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -59,19 +59,31 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN }}

- name: Verify original files
run: |
echo "Verifying original files:"
ls -l original_files
- name: Verify corrected files
run: |
echo "Verifying corrected files:"
ls -l corrected_files
- name: Upload original files
uses: actions/upload-artifact@v3
with:
name: original-files
path: original_files/
continue-on-error: true

- name: Upload corrected files
uses: actions/upload-artifact@v3
with:
name: corrected-files
path: corrected_files/
continue-on-error: true

suggest:
suggest:
runs-on: ubuntu-latest
needs: vale

Expand Down

0 comments on commit d401a63

Please sign in to comment.