Skip to content

export rct data (#136) #252

export rct data (#136)

export rct data (#136) #252

Workflow file for this run

name: Linting
on:
pull_request:
branches: main
push:
branches: main
jobs:
build:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Analysing the code with ruff
run: |
ruff check .