fix(ci): Applied yammlint fixes 🚨
All checks were successful
CI / lint (push) Successful in 14s
CI / release (push) Successful in 36s
CI / notify (push) Successful in 8s

This commit is contained in:
2024-08-20 11:50:49 +12:00
parent 50725f0195
commit 021fa1999a
4 changed files with 111 additions and 72 deletions

View File

@@ -1,3 +1,4 @@
---
name: CI
on:
push:
@@ -14,7 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
cache: 'pip' # caching pip dependencies
- name: Ensure requirements are installed
run: pip install -r requirements.txt