Skip to content

Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1 #340

Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1

Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1 #340

Workflow file for this run

on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v37
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v11
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","