Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub action ignore arg fixed #12

Merged
merged 10 commits into from
Jan 25, 2021
Merged

GitHub action ignore arg fixed #12

merged 10 commits into from
Jan 25, 2021

Conversation

tarampampam
Copy link
Contributor

@tarampampam tarampampam commented Jan 25, 2021

Description

Changed

  • markdownlint-cli version updated up to 0.26.0 (from 0.23.2)

Fixed

  • Multiple files ignoring (you can run current action with: ignore: 'foo.md bar.md' with space delimiter for multiple --ignore flag appending)

Fixes #7

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam self-assigned this Jan 25, 2021
@tarampampam tarampampam marked this pull request as ready for review January 25, 2021 06:26
CHANGELOG.md Outdated Show resolved Hide resolved
@MarcoIeni
Copy link

MarcoIeni commented Jan 25, 2021

You have a typo in the first comment: ingore.

Anyway, it looks like it's working now: https://github.com/MarcoIeni/vspacecode.github.io/runs/1764235879?check_suite_focus=true

That was a really quick fix, thank you so much!

@tarampampam tarampampam merged commit 4df2aa2 into master Jan 25, 2021
@tarampampam tarampampam deleted the fix-ignore-arg branch January 25, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Multiple files to ignore
3 participants