Skip to content

Bump the action-dependencies group with 2 updates #479

Bump the action-dependencies group with 2 updates

Bump the action-dependencies group with 2 updates #479

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint:
if: github.repository == 'NMRLipids/FAIRMD_lipids'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- run: pip install tox
- name: Lint the code
run: tox -e lint