🐛 do not throw when :is/:any/:matches do not contain children#14
Merged
bramus merged 2 commits intobramus:mainfrom Dec 30, 2022
Merged
🐛 do not throw when :is/:any/:matches do not contain children#14bramus merged 2 commits intobramus:mainfrom
bramus merged 2 commits intobramus:mainfrom
Conversation
Contributor
Author
|
Not sure why the Lint Action errors, running linting and prettier locally works fine. Perhaps a permission issue? |
Owner
|
Thanks for this addition, Bart! It’s the auto-commit that’s failing. Most likely a permissions thing indeed that I will need to look into in the future. |
Contributor
Author
|
't was me, linting failed, but the error message was a bit cryptic |
Owner
|
The build action lints the projects, and auto-commits the changes. Looking at https://github.com/bramus/specificity/actions/runs/3796868636/jobs/6457422335, it failed on the auto-commit step. Had issues with this before (see ce42b3a) but looks like its back somehow ¯_(ツ)_/¯ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This unifies behaviour between empty
:is/:any/:matchespseudo-classes.closes #12