Skip to content

chore(deps): bump idna from 3.4 to 3.7 in /scrapping/vinted-db-feeder #812

chore(deps): bump idna from 3.4 to 3.7 in /scrapping/vinted-db-feeder

chore(deps): bump idna from 3.4 to 3.7 in /scrapping/vinted-db-feeder #812

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