Skip to content

fix: fix latent off-by-one bug in commandt_watchman_connect() #81

fix: fix latent off-by-one bug in commandt_watchman_connect()

fix: fix latent off-by-one bug in commandt_watchman_connect() #81

Workflow file for this run

name: dprint
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
style:
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: dprint/check@9cb3a2b17a8e606d37aae341e49df3654933fc23 # v2.3
with:
dprint-version: 0.51.1