Skip to content

Bump basic-ftp from 5.2.0 to 5.2.1 #930

Bump basic-ftp from 5.2.0 to 5.2.1

Bump basic-ftp from 5.2.0 to 5.2.1 #930

Workflow file for this run

name: reviewdog
permissions:
contents: read
pull-requests: write
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 }}