Skip to content

Bump ws from 7.5.9 to 7.5.10 #39

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #39

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
remark-lint:
name: runner / remark-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Run remark-lint with reviewdog for documentation projects.
uses: ./lint
with:
github_token: ${{ secrets.GITHUB_TOKEN }}