yoheinakajima / instagraph

Converts text input or URL into knowledge graph and displays
MIT License
3.27k stars 281 forks source link

add check_code #74

Closed isamu closed 10 months ago

isamu commented 10 months ago

Add lint ci

Summary by CodeRabbit

coderabbitai[bot] commented 10 months ago

Walkthrough

The proposed changes introduce a GitHub Actions workflow for Python 3.10. This workflow installs dependencies from requirements.txt and performs linting checks on the codebase using make lint.

Changes

File Summary
.github/workflows/check_code.yaml Adds a GitHub Actions workflow for setting up Python 3.10, installing dependencies, and running linting checks.

🐇

In the land of code, where the shadows lie,

A rabbit hops, its gaze held high.

With each soft thump, a beat in time,

It weaves a spell, a rhythm, a rhyme.

A new workflow, a path unfolds,

In the realm of Git, where stories are told.

Linting checks, dependencies meet,

Our code now dances to a cleaner beat. 🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.