Skip to content

Feature/add icon packs #6

Feature/add icon packs

Feature/add icon packs #6

Workflow file for this run

name: New pull request received
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install -U pip uv invoke
inv env.init
- name: Run pre-commit hooks
run: |
SKIP=no-commit-to-branch,commitizen-branch inv run-pre-commit-hooks