See GUIDELINES.md for more information.
- Install act
- Clone the repository:
git clone https://github.com/MrSquaare/ssh-setup-action.git
- Install dependencies:
npm install
Build the project:
npm run build
Lint the code:
npm run lint
Format the code:
npm run format
Run workflows with act:
act pull_request
Note: You will need to adapt the existing workflows