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