Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
6ec1775fffa9918ffdfdf7d2c8c08a1117c6da7c
/
.
/
.github
/
workflows
/
format.yml
blob: e92f96e6ef06662528c8acc2000710db91d3fe0a [
file
] [
log
] [
blame
]
name:
Format
on:
workflow_dispatch:
pull_request:
push:
branches:
-
master
-
stable
-
"v*"
jobs:
pre
-
commit:
name:
Format
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v2
-
uses:
actions/setup
-
python@v2
-
uses:
pre
-
commit/action@v2.0.0