Skip to content

chore(deps): Bump @babel/runtime from 7.24.1 to 7.26.10 in the npm_and_yarn group across 1 directory #163

chore(deps): Bump @babel/runtime from 7.24.1 to 7.26.10 in the npm_and_yarn group across 1 directory

chore(deps): Bump @babel/runtime from 7.24.1 to 7.26.10 in the npm_and_yarn group across 1 directory #163

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