Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaste/upgrade-messages-test-action


https://github.com/kaste/upgrade-messages-test-action

ci sublime-text

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# upgrade-messages-test-action

For published Sublime Text plugins Package Control will look at the file `messages.json` for upgrade or install messages shown to the user.

This simple GitHub action ensures this file is correct and points to actual files in the repo.

The usage is as simple as possible:

```
jobs:
check-messages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: kaste/upgrade-messages-test-action@v1

```