/core-cloud-github-status-check-action

GitHub Action to update the status of a GitHub commit

Primary LanguageTypeScriptMIT LicenseMIT

GitHub Status Check Action

GitHub Action that enables updating a GitHub commit with a status check.

Workflow Action

Inputs

Action inputs can be found within the action.yml file.

Generating dist/index.js

We use ncc to package the action into an executable file. This removes the need to either check in the node_modules folder or build the action prior to using.

We need to ensure that the dist folder is updated whenever there is a functionality change, otherwise we won't be running the correct version within jobs that use this action.

Before checking creating your Pull Request you should ensure that you have built this file by running npm run build within the root directory.

A blocking workflow called check-dist is enabled that checks this dist folder for changes happens at both push to main and on pull request events.

License

This project is licensed under the MIT License - see the LICENSE file for details.