Skip to content

chore(deps): bump actions/checkout from 5 to 6 in the actions group #73

chore(deps): bump actions/checkout from 5 to 6 in the actions group

chore(deps): bump actions/checkout from 5 to 6 in the actions group #73

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Python
uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ruff
- name: Run ruff
run: ruff check --output-format=github junifer_data/