feat(actions): Adds actions & lint #1

Merged
thomas merged 6 commits from improvements into master 2024-02-20 17:46:30 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e3eae860f6 - Show all commits

View file

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10.13'
- name: "Creates virtual environment" - name: "Creates virtual environment"
run: make venv run: make venv
- name: Activate virtualenv - name: Activate virtualenv

View file

@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10.13'
- name: "Creates virtual environment" - name: "Creates virtual environment"
run: make venv run: make venv
- name: Activate virtualenv - name: Activate virtualenv