issues
search
dannyl1u
/
doppelganger
Similarity detection for Github Issues + AI code reviews
https://dannyl1u.github.io/doppelganger/
20
stars
1
forks
source link
Chore/set up repository pipeline with linter
#38
Closed
amiicao
closed
2 months ago
amiicao
commented
2 months ago
Issue: #35
Changes:
added
pipeline.yml
which adds a pipeline to
doppelganger
with two jobs:
code-formatter-black -> runs black and fails the action if files need to be reformatted
linter-ruff -> runs ruff and fails the action if ruff finds a problem
Issue: #35
Changes:
pipeline.yml
which adds a pipeline to doppelganger with two jobs: