Home
last modified time | relevance | path

Searched refs:check (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/ci/
H A Dstyle.sh5 [ -n "${CI:-}" ] && check="--check"
46 rustfmt --config-path rustfmt.toml "$file" ${check:+"$check"} || failed=true
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml23 name: Style check
310 # Manually check the status of all dependencies. `if: failure()` does not work.
311 - name: check if any dependency failed
/rust-libc-0.2.174/
H A Dtriagebot.toml16 check-commits = false # don't forbid links to issues
H A DCHANGELOG.md381 - CI: Add a check that semver files don't contain duplicate entries <https://github.com/rust-lang/l…
387 - CI: Disable the check for >1 s! invocation <https://github.com/rust-lang/libc/pull/4107>