Skip to content

Bump PyMEOS to MEOS 1.4 (work in progress) #60

Bump PyMEOS to MEOS 1.4 (work in progress)

Bump PyMEOS to MEOS 1.4 (work in progress) #60

Workflow file for this run

name: Lint code with Black
on:
push:
branches: [ "master", "stable-[0-9]+.[0-9]+" ]
pull_request:
branches: [ "master", "stable-[0-9]+.[0-9]+" ]
jobs:
lint:
name: Lint code with Black
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run Black
uses: psf/black@stable
with:
version: "~= 24.0"