Skip to content

Merge branch 'master' of https://github.com/VKarlaftis/brukerapi-python #9

Merge branch 'master' of https://github.com/VKarlaftis/brukerapi-python

Merge branch 'master' of https://github.com/VKarlaftis/brukerapi-python #9

Workflow file for this run

name: Ruff Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check .