Skip to content

Add pinned dependency #46

Add pinned dependency

Add pinned dependency #46

Workflow file for this run

name: Good First Issues
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Run Linters
run: |
pip install isort flake8 black
make lint