Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
ba44654c8b17191b05e7069390cd6d8b5b131df1
/
.
/
.github
/
workflows
/
lint.yaml
blob: 7827bdc2662decfa85f41467f61dcdbec1f77298 [
file
] [
log
] [
blame
]
name:
lint
on:
push:
branches:
-
main
pull_request:
types:
-
opened
-
synchronize
defaults:
run:
shell:
bash
jobs:
ci:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v3
-
uses:
actions/setup
-
python@v3
-
uses:
pre
-
commit/action@v3.0.1