Skip to content

feat: lazy execution mode #45

feat: lazy execution mode

feat: lazy execution mode #45

name: Code Formatting Check
on:
pull_request:
branches: [main, develop]
types: [opened, synchronize, reopened, edited]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
black_formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Check Code Formatting with Black
uses: psf/black@stable
with:
src: "./xeofs"
version: "~= 23.7.0"