Skip to content

Feature/New Meetups page #447

Feature/New Meetups page

Feature/New Meetups page #447

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Get Changed Files
id: get_changed_files
uses: lots0logs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-check
files: '${{ steps.get_changed_files.outputs.modified }}'
fail_on_error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}