Giter Club home page Giter Club logo

howfairis-github-action's People

Contributors

andrewholding avatar c-martinez avatar edeediong avatar fdiblen avatar jspaaks avatar mkuzak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

howfairis-github-action's Issues

Command line tool

In the long run, it would be good if we have a pip-installable command line tool which runs all check scripts and produces a badge (url for the badge).

split off howfairis repo from github action repo

Currently we're doing 2 things in this repo. We should split off the howfairis package into its own repo, preferably while retaining github history. I've done that before, so i can do it, but let's first see what PRs we need to merge before splitting.

Add Zenodo to the registries check?

If Zenodo were added to the list of registries to check against, this would cover an awful lot of "generic" software releases, e.g., those that don't go into any of the language/packaging registries, e.g., if it's distributed as binary/zip.

As far as I can see, there are two ways to achieve this:

  1. Check for a Zenodo badge in the README. Cheap but may be imprecise (could additionally check if the record exists and has an isSupplementTo record for this repo).
  2. Do an inverse search for records on Zenodo that contains the repo in the JSON. Expensive but precise:
"metadata": {
                "related_identifiers": [
                        {
                            "identifier": "https://github.com/this/repo/tree/v1.1",
                            "relation": "isSupplementTo",
                            "scheme": "url"
                        }

Integrating outcome from different scripts

At the moment all checking scripts run independently, but the results from them need to be integrated into a single object.

We should build a Class which calls the different scripts and integrates the results.

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.