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

fix(Plugin): don't install plugins globally #86

Merged
merged 2 commits into from
Jan 13, 2022
Merged

fix(Plugin): don't install plugins globally #86

merged 2 commits into from
Jan 13, 2022

Conversation

seven1m
Copy link
Contributor

@seven1m seven1m commented Jan 8, 2022

This fixes a problem where @prettier/plugin-ruby was not being used.

Config:

  prettier:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
        with:
          ref: ${{ github.head_ref }}
      - uses: creyD/[email protected]
        with:
          prettier_plugins: "@prettier/plugin-ruby"
          prettier_options: "--write ."

Before:

before

After:

after1

creyD and others added 2 commits December 28, 2021 18:39
This fixes a problem where @prettier/plugin-ruby was not being used.
@seven1m
Copy link
Contributor Author

seven1m commented Jan 13, 2022

@creyD any interest in this?

@creyD creyD changed the base branch from master to dev January 13, 2022 09:24
@creyD
Copy link
Owner

creyD commented Jan 13, 2022

@seven1m Yes, sorry for the late reply. Will merge this to dev for now. Will be included in the next version.

@creyD creyD merged commit 0581250 into creyD:dev Jan 13, 2022
@seven1m
Copy link
Contributor Author

seven1m commented Jan 13, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants