-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use config file #53
Use config file #53
Conversation
@PuneetGopinath FYI, |
@PuneetGopinath please run |
That's what I asked you in #52, now I will do it. |
@abhijoshi2k Can you check the commit "Fix index.js", that whether it will work or not? |
@abhijoshi2k Why is prettier checking |
No. that won't work. |
d07641d
to
8a22cbe
Compare
Try using spread operator again while exporting. f.e. |
@abhijoshi2k |
It's programmed to format all files ending with |
Can you fix that? |
I tried. But couldn't. That's fine. It won't cause any issue. |
@PuneetGopinath I feel there's a better way to structure |
Sure, that's what I said in #52
|
@abhijoshi2k I am receiving too many emails for this failing workflow, can we remove it to run on PRs. |
@abhijoshi2k You shouldn't use those vars as we are going to remove them in config.js and action.yml |
Let's not remove them. It'll automatically take default value and then replace it as per user's YML file. |
467ec32
to
b6f70f0
Compare
It's working on local though. IDK what's the issue here |
Also, I have updated the Instead of giving link to |
The link will return a 404 as the file is not in branch main |
@Andre601 Sorry for updating the wiki, I rebased and force pushed so my commit is dropped.
|
Okay. |
The link to the sample.yml doesn't work because the file has yet to be added to the main branch. |
Updated the wiki. |
The home and example wiki also need to be updated right? @Andre601 |
Go ahead. |
Check it out now. |
We have to resolve conflicts |
…ivity into add-config-file
The Pull request of @PuneetGopinath has been marked as Ready! It can now be reviewed and/or merged by Maintainers.
|
Checks
I have...
Type of Pull request
This Pull request doesn't break existing configuration.
This Pull request will break existing configuration.
This Pull request will fix a (critical) bug.
This Pull request only changes documentation (README.md, CHANGELOG.md, etc.)
__________
Description
See #52 for the details, etc.
Closes #52