Skip to content

build(deps): bump actions/checkout from 5 to 6 #231

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #231

Workflow file for this run

name: Linting & Formatting Check
on:
pull_request:
permissions:
contents: read
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
version-file: "./unix-requirements.txt"
ruff-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
version-file: "./unix-requirements.txt"
args: "format --check --diff"