saucelabs / check-my-repo

An automated tool that verifies Sauce Labs repositories to comply with OSS best practices
https://opensource.saucelabs.com/check-my-repo/
MIT License
35 stars 40 forks source link

Add GitPod Setup to allow easier Hacktoberfest Contributions #170

Closed DylanLacey closed 2 years ago

DylanLacey commented 2 years ago

One-line summary

Added .gitpod.yml configuration and README badge.

Description

This makes it easier for new users to start a dev environment, installing dependencies and pre-running tests.

This change also updates the patch version of repolinter, eliminating an issue where license files were not detected despite being present.

Types of Changes