Skip to content

checking how emojis render in filename on github #12

checking how emojis render in filename on github

checking how emojis render in filename on github #12

Workflow file for this run

name: 🛠️ lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 🔄 Checkout code
uses: actions/checkout@v4
- name: 🐍 Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip
- name: 💼 Install Ruff
run: |
python -m pip install --upgrade pip
python -m pip install -e . --group dev
- name: ✅ Run Ruff (Lint)
run: ruff check .