Skip to content

Merge pull request #24 from dexhunter/ci/github_template #3

Merge pull request #24 from dexhunter/ci/github_template

Merge pull request #24 from dexhunter/ci/github_template #3

Workflow file for this run

name: Linter
on:
- push
- pull_request
jobs:
lint-python:
name: ruff
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Ruff
run: pip install ruff==0.7.1
- name: Run Ruff
run: ruff check --output-format=github aide/