Skip to content

feat: 50-point upgrade — badges, claim ladder, CLAIMS/SKEPTICS/FAQ, C… #2

feat: 50-point upgrade — badges, claim ladder, CLAIMS/SKEPTICS/FAQ, C…

feat: 50-point upgrade — badges, claim ladder, CLAIMS/SKEPTICS/FAQ, C… #2

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
ruff:
name: ruff check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install ruff
run: pip install ruff
- name: Lint
run: ruff check .