Code Monkey home page Code Monkey logo

Comments (7)

Potherca avatar Potherca commented on August 14, 2024 1

Hey, you got it to work! Well done! 👍 And the final warning "Git repository must be at least 30 days old" should also be resolved now 🎉

from awesome-web-monetization.

thomasbnt avatar thomasbnt commented on August 14, 2024 1

Of course @Potherca ! He merged yesterday 😄

from awesome-web-monetization.

thomasbnt avatar thomasbnt commented on August 14, 2024

Oh thanks for that ! I jus edited topics. One more left, waiting for 30 days :D

It is possible to add a awesome-lint as package.json and/or github action. If desirable, I can help set this up 👍

What's that for on this repository?

from awesome-web-monetization.

Potherca avatar Potherca commented on August 14, 2024

Currently, there isn't a Github Action (or external CI) that runs the awesome-linter against commits or merge-requests. Adding a Github Action for this will make an or show up for commits and MRs, so you can see if they pass the linter (or not)

I've created two example here:

The first uses NPM to run the awesome linter. The benefit of this is that anyone who wants add something can just run npm i && npm test locally, and the linter will run. The downside is that this means adding a package.json, package-lock.json, and .gitignore file, besides the github actions file.

The second example doesn't add any of these files but instead uses a Github Action that provides awesome-lint. If you expect most people to edit the readme.md on Github anyway, it saves adding superfluous files to the repo.

You can see the builds here:

(Please note that the errors you see there are of my repo, not yours...)

If you would like to use either one in this repo, just let me know which one... I can easily open an MR for it here 😁 .

from awesome-web-monetization.

thomasbnt avatar thomasbnt commented on August 14, 2024

Oh so cool ! Adding Awesome-lint NPM could be good for so as not to waste too much time checking for errors every time. 🐙

You can create a new PR for adding this Action to this repository and I accept this new feature 👏

from awesome-web-monetization.

thomasbnt avatar thomasbnt commented on August 14, 2024

Okay thanks you for helped me @Potherca ! I forget to add package.json for working correctly.. ^^"

from awesome-web-monetization.

Potherca avatar Potherca commented on August 14, 2024

Shouldn't this be closed, as the linter passes and sindresorhus/awesome#1812 has been merged?

from awesome-web-monetization.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.