Skip to content

Fix style check and test actions #2

Fix style check and test actions

Fix style check and test actions #2

Workflow file for this run

name: Code Checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
format:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
steps:
- name: Checkout actions
uses: actions/checkout@v3
- name: Init environment
uses: ./.github/actions/init-environment
- name: Run formatter
run: black --check .