Skip to content

fix: correct spelling of "carpentery" to "carpentry" in ranking funct… #354

fix: correct spelling of "carpentery" to "carpentry" in ranking funct…

fix: correct spelling of "carpentery" to "carpentry" in ranking funct… #354

Workflow file for this run

name: Ruff
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff Lint
uses: chartboost/ruff-action@v1
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
args: "format --diff"