Skip to content

add some more improvements #5

add some more improvements

add some more improvements #5

Workflow file for this run

name: QA Checks
on: [push]
jobs:
qa-checks:
name: QA Checks
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup Python for the Environment
uses: actions/[email protected]
- name: Setup and Run the Pre-Commit Hooks
uses: pre-commit/[email protected]