diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-11-05 17:36:50 +0000 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-11-05 17:36:50 +0000 |
commit | 5074f89f4fd0be3f5fbaf46db604a0b961e7267d (patch) | |
tree | 53759b181b5f8eab6118a261924d41d763d4bdc0 | |
parent | 6a1e79714ce6e05d289c74b5e347e306b42c3576 (diff) | |
download | gcc-5074f89f4fd0be3f5fbaf46db604a0b961e7267d.zip gcc-5074f89f4fd0be3f5fbaf46db604a0b961e7267d.tar.gz gcc-5074f89f4fd0be3f5fbaf46db604a0b961e7267d.tar.bz2 |
Remove clang-format from bors
-rw-r--r-- | .github/bors.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/bors.toml b/.github/bors.toml index 9e3e740..89486ef 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -1,5 +1,5 @@ status = [ - "build-and-check", "clang-format" + "build-and-check" ] # Uncomment this to use a two hour timeout. # The default is one hour. |