Code Monkey home page Code Monkey logo

actions's Introduction

Collection of GitHub Actions

Contents

  1. What are GitHub Actions
  2. Actions in this Repository
  3. Development
  4. Debugging
  5. License

What are GitHub Actions

GitHub Actions give you the flexibility to build out automated software development lifecycle workflows directly in your repository. Aside from building your own actions, the framework also allows you to use pre-built actions made by other developers.

This repository is a collection of said actions which you are free to re-use and modify!

Actions in this Repository

Development

You will first of all need a recent enough version of node as well as yarn. The node version used to build & test this project can be found here. The scripts section under the root package.json is a good place to get started.

yarn install
yarn build
yarn lint
yarn test
yarn lintfix  # automatic lint-fixing, during development
JEST_VERBOSE=yes yarn test  # useful for test output debugging

Debugging

If you run into a issue you wish to report, it becomes a lot easier to trace the cause if debug logs are made available. You can enable debug logs in your GitHub repository by setting the ACTIONS_STEP_DEBUG secret to true.

After enabling debug logging you can link to the log in your issue. For private repositories you have the option of including the raw text log, or securely messaging it to me through keybase.

License

The source code for this project is released under the MIT License. This project is not associated with GitHub.

actions's People

Contributors

marvinpinto avatar dependabot[bot] avatar eyal0 avatar khrj avatar hwoarang avatar technovangelist avatar matteocodogno avatar malor avatar ldeluigi avatar

Watchers

 avatar

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.