Skip to content

Merge branch 'pxp9/ft_filters_url' of https://github.com/TuTarea/vint… #125

Merge branch 'pxp9/ft_filters_url' of https://github.com/TuTarea/vint…

Merge branch 'pxp9/ft_filters_url' of https://github.com/TuTarea/vint… #125

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@v3
- name: Check code formatting
run: cargo fmt -- --check --verbose