Skip to content

♻️ refactor: format task name based on its own matrix #51

♻️ refactor: format task name based on its own matrix

♻️ refactor: format task name based on its own matrix #51

Workflow file for this run

name: CodeStyle Check
on:
push:
branches: [main]
pull_request:
jobs:
code-style-check:
runs-on: ubuntu-latest
name: CodeStyle Check
steps:
- name: Checkout 📦
uses: actions/checkout@v4
- name: Install python 📦
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run pre-commit ✅
uses: pre-commit/action@v3.0.1