Git Product home page Git Product logo

global-github-actions's People

Contributors

elhmn avatar fanjups avatar github-actions[bot] avatar hawawou avatar pythonbrad avatar rmpr avatar sanix-darker avatar tericcabrel avatar wdjopa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

global-github-actions's Issues

feat(report quiz): Add quiz context

It's not easy to answer to question of a quiz when you don't know the context question.
I propose to add tags and category provide by the API.

a

fix(report quiz): all the quiz answers are not take in account

All the quiz answers returned by the API are not take in account.

[
    {
        "id": 897,
        "question": "Replication Controllers and Deployment Controllers are part of",
        "description": null,
        "answers": {
            "answer_a": "API Controller Manager",
            "answer_b": "Etcd manager",
            "answer_c": "Master Controller Manager",
            "answer_d": "Kubeadm",
            "answer_e": null,
            "answer_f": null
        },
        "multiple_correct_answers": "false",
        "correct_answers": {
            "answer_a_correct": "false",
            "answer_b_correct": "false",
            "answer_c_correct": "true",
            "answer_d_correct": "false",
            "answer_e_correct": "false",
            "answer_f_correct": "false"
        },
        "correct_answer": null,
        "explanation": null,
        "tip": null,
        "tags": [
            {
                "name": "Kubernetes"
            }
        ],
        "category": "DevOps",
        "difficulty": "Easy"
    }
]

Add yaml validation for the message scheduler

The message scheduler action needs to validate yaml format, but more importantly check whether or not tweets messages have more than 280 characters.

The validation should go through a GitHub Action that will be run, when ever a pull request is submitted to the message scheduler and when the res/messages.yaml file is modified. The action will then validate the yaml format and check that tweets have a length < 280 characters.

fix: Problem to escape quote

The bot don't escape well the quiz who contains quotes.
Eg: (How do you write "Hello World" in PHP) becomes (How do you write)

a

test: add a notifier for the broken links present in the websites.

Introduction

The broken_link_checker of osscameroon is actually able to track all the broken link in a website.

Problem

While the checking of osscameroon.com and blog.osscameroon.com, some broken links have been tracked. But, how to inform the osscameroon community to fix this problem?

Solution

A github action can be create to alert the community, when a broken link is detected.

Preview

a

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.