dependabot-preview[bot] 4873ae2e98
Bump ts-jest from 24.1.0 to 24.3.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.1.0 to 24.3.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.1.0...v24.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 08:46:51 +00:00
2020-01-08 22:26:34 +01:00
2020-01-17 09:44:11 +01:00
2020-01-17 09:39:25 +01:00
2020-01-17 09:39:25 +01:00
2020-01-17 09:39:25 +01:00
2020-01-17 09:39:25 +01:00
2020-01-08 22:26:34 +01:00
2020-01-08 22:26:34 +01:00
2020-01-08 22:26:34 +01:00
2020-01-08 22:26:34 +01:00
2020-01-08 22:26:34 +01:00
2020-01-08 22:26:34 +01:00
2020-01-08 22:26:34 +01:00
2020-01-17 09:42:14 +01:00
2020-01-08 22:26:34 +01:00

GitHub release GitHub marketplace Release workflow Test workflow Become a sponsor Paypal Donate

About

GitHub Action for UPX, the Ultimate Packer for eXecutables.

🚀 Usage

Below is a simple snippet to use this action. A live example is also available for this repository.

name: upx

on:
  pull_request:
  push:

jobs:
  upx:
    runs-on: ubuntu-latest
    steps:
      -
        name: Checkout
        uses: actions/checkout@master
      -
        name: Run UPX
        uses: crazy-max/ghaction-upx@master
        with:
          version: latest
          file: ./bin/mybinary
          args: -fq

💅 Customizing

inputs

Following inputs can be used as step.with keys

Name Type Default Description
version String latest UPX version. Example: 3.95
file String File to compress
args String Arguments to pass to UPX

⚠️ Limitation

This action is only available for Linux and Windows virtual environments.

🤝 How can I help ?

All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 You can also support this project by becoming a sponsor on GitHub 👏 or by making a Paypal donation to ensure this journey continues indefinitely! 🚀

Thanks again for your support, it is much appreciated! 🙏

📝 License

MIT. See LICENSE for more details.

Description
GitHub Action for UPX, the Ultimate Packer for eXecutables
Readme MIT 16 MiB
Languages
TypeScript 75.1%
Dockerfile 17%
HCL 7.9%