Skip to content

chore(deps): Bump prismjs from 1.29.0 to 1.30.0 in the npm_and_yarn group across 1 directory #159

chore(deps): Bump prismjs from 1.29.0 to 1.30.0 in the npm_and_yarn group across 1 directory

chore(deps): Bump prismjs from 1.29.0 to 1.30.0 in the npm_and_yarn group across 1 directory #159

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}}