Skip to content

chore(deps): bump python-minifier from 2.11.2 to 2.11.3 #134

chore(deps): bump python-minifier from 2.11.2 to 2.11.3

chore(deps): bump python-minifier from 2.11.2 to 2.11.3 #134

Workflow file for this run

name: 'Run tests'
on:
pull_request:
branches:
- main
jobs:
run_tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create venv
run: |
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
pip install black==24.10.0 pylint==3.3.1
- name: Run tests
run: |
set -e
. ./venv/bin/activate
black --check .
pylint *.py deps