Skip to content

Merge pull request #100 from brunoarueira/dependabot/npm_and_yarn/npm… #164

Merge pull request #100 from brunoarueira/dependabot/npm_and_yarn/npm…

Merge pull request #100 from brunoarueira/dependabot/npm_and_yarn/npm… #164

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
files: content/blog/
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}