Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

GitHub Actions on this repo

Sharad Agarwal edited this page Feb 29, 2020 · 3 revisions

path: WmAgentScripts/.github/workflows/

  1. greeting: displays a message in test to successfully commit or create a PR.

  2. auto_revert: Uses automatic-revert action ro revert the commit using:

/revert <commit_sha>
  1. check_synatx: Uses pycodestyle to check errors in Python code.
Clone this wiki locally