Skip to content

Merge branch 'develop' of github.com:ThalosES/vinted-rs into develop #709

Merge branch 'develop' of github.com:ThalosES/vinted-rs into develop

Merge branch 'develop' of github.com:ThalosES/vinted-rs into develop #709

Workflow file for this run

name: Format Check
on:
push:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check code formatting
run: cargo fmt -- --check --verbose