Skip to content

Merge pull request #63 from cedadev/dependabot/pip/certifi-2023.7.22 #398

Merge pull request #63 from cedadev/dependabot/pip/certifi-2023.7.22

Merge pull request #63 from cedadev/dependabot/pip/certifi-2023.7.22 #398

Workflow file for this run

name: Formatting
on:
- push
- pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Python Blacken
uses: psf/black@stable
with:
options: "--check --diff"
version: "22.3.0"
- name: python-isort
uses: isort/isort-action@v0.1.0
- name: Flake8 with annotations
uses: TrueBrain/actions-flake8@v2.1
with:
path: stac_generator