Skip to content

Bump the all-actions group with 4 updates #138

Bump the all-actions group with 4 updates

Bump the all-actions group with 4 updates #138

Workflow file for this run

name: Ruff Code Formatter and Linting Check
on:
pull_request:
branches: [ main ]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Ruff Format and Lint Check
uses: astral-sh/ruff-action@v3
with:
src: "./server"
version: "0.9.1"
args: "format --check"