Coder Social home page Coder Social logo

pr-lint's Introduction

Container Action Template

Changes the versions according to the configuration file (shop-extension.json) in the calling repository.
This can be used in an automated release workflow to change release version, as seen here

How to setup

Simply add the action to your workflow

- name: Change release version
  uses: wirecard/extension-release-version@master
  with:
    repository: <repository-name>

And adapt shop-extension.json to your repositories.
Below you can find an example configuration.

How to configure

The script takes the full configuration out of the shop-extension.json since it was created with the purpose to be used in several extension projects.

Example shop-extension.json

Mandatory example shop-extension.json

{
  "extensions": {
    "prestashop": [
      {
        "filename": "wirecardpaymentgateway.php",
        "version": "VERSION"
      }
    ]
  }
}

Short overview of the file structure

main.py

The main.py file is the main file called through entrypoint.sh in the container.
It calls the required objects in the correct order and executes the necessary methods.

pr-lint's People

Contributors

brkicadis avatar

Watchers

James Cloos avatar  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.