Skip to content

adding learning code examples for the compiler infrasture. #22

adding learning code examples for the compiler infrasture.

adding learning code examples for the compiler infrasture. #22

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"