Skip to content

Integ 2939/add orgs #656

Integ 2939/add orgs

Integ 2939/add orgs #656

Workflow file for this run

name: style
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Ensure latest pip
run: python -m pip install --upgrade pip
- name: Install hatch
run: pip install hatch==1.3.1
- name: Run style checks
run: hatch run style:check