Skip to content

Add CONTRIBUTORS and acknowledgement section #72

Add CONTRIBUTORS and acknowledgement section

Add CONTRIBUTORS and acknowledgement section #72

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install and run pre-commit
run: |
pip install pre-commit
pre-commit run -a