Skip to content

[feat] Add support for comments in python AST with ast_comments package #38

[feat] Add support for comments in python AST with ast_comments package

[feat] Add support for comments in python AST with ast_comments package #38

name: Ruff Static Code Analysis
on: pull_request
jobs:
ruff_static_code_analysis:
name: Ruff Static Code Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v2
with:
src: "./src"