question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello! Thank you for creating this excellent tool. It has already saved me many hours!

I have created a GitHub Action to automatically run this project, and push the output to a GitHub repo. This allows users to maintain a git version controlled copy of all the components, and for it to keep itself up-to-date.

It also supports the .env file for this project, so you can run all your transformers, and login info is kept securely in secrets.

I’d appreciate any feedback/input/questions you might have, and would love to put this somewhere on your README.md, if you think it could help others.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
kilimancommented, Apr 25, 2020

Awesome. I’m glad you are finding it useful. If you want to add it to the README, send me a PR and I’ll merge it.

I’m lazy so I’m always looking for ways to automate repetitive tasks.

I’ve been working on a workflow for keeping track of my custom React components. Basically I add a comment to my component with the commit hash of the original file. Then when I get the latest updates, I have a script that will tell me which files were changed and what component I need to check. After I make any changes, I update the hash, ready for the next update.

Adam makes a bunch of CSS tweaks so I want to keep my components in sync as much as possible.

1reaction
connecteevcommented, May 2, 2020

@GregBrimble no trick - your instructions in the readme were correct! It was a mistake on my part…thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Features • GitHub Actions
GitHub Actions supports Node.js, Python, Java, Ruby, PHP, Go, Rust, .NET, and more. Build, test, and deploy applications in your language of choice....
Read more >
GitHub Actions Documentation
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share ...
Read more >
Understanding GitHub Actions
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline.
Read more >
GitHub Marketplace · Actions to improve your workflow
Find the actions that help your team build better, together. ... This GitHub Action will take the current git changes and apply them...
Read more >
GitHub Actions
Automate your GitHub workflows. GitHub Actions has 57 repositories available. Follow their code on GitHub.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found