-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
I have the following config:
...
jobs:
markdownlint:
name: ποΈ Markdownlint
runs-on: ubuntu-latest
steps:
- name: π¦ Checkout Repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 2
...
Due to other tooling I have, those lines with uses
are always going to be too long. I'd like to disable the line-length
rule, but only for those lines, and without spamming yamllint disable-line
everywhere.
Metadata
Metadata
Assignees
Labels
No labels