SkyAPM / aiops-engine-for-skywalking

This is an incubating repository of the Apache SkyWalking AIOps Engine
https://github.com/apache/skywalking/discussions/8883
Apache License 2.0
37 stars 7 forks source link

Add CI, linter and license checkers #17

Closed Superskyyy closed 2 years ago

Superskyyy commented 2 years ago
  1. Add initial CI to cover lint, license check, DLC
  2. Enforce coding style
  3. Update dependency and provide commands to fix code smell
wu-sheng commented 2 years ago

You need an empty GHA file in default branch first, otherwise, you can't verify in PR. Or you have to merge first and open another to test.

Superskyyy commented 2 years ago

I will merge this one first, as some lint of the spot_detector.py will fail for the OSPP student to fix. Thanks