Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
6af3a57f8bdba3f1e43aa8f73e32c1663eb250e9
/
.
/
.github
/
workflows
/
formatting.yaml
blob: cadece5a25130cc5fdce8c2ef2a8fa6e9af72aa9 [
file
] [
log
] [
blame
]
name:
Formatting
on:
push:
branches:
-
main
pull_request:
types:
-
opened
-
synchronize
jobs:
code
-
format
-
checks:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v4
-
uses:
pre
-
commit/action@v3.0.1