Files
arbiter/.woodpecker/useragent-analyze.yaml
hdbg c439c9645d
Some checks failed
ci/woodpecker/push/useragent-analyze Pipeline failed
ci(useragent): added analyze step
2026-03-19 00:38:59 +01:00

18 lines
449 B
YAML

when:
- event: pull_request
path:
include: ['.woodpecker/useragent-*.yaml', 'useragent/**']
- event: push
branch: main
path:
include: ['.woodpecker/useragent-*.yaml', 'useragent/**']
steps:
- name: analyze
image: jdxcode/mise:latest
commands:
- mise install flutter
- mise install protoc
# Reruns codegen to catch protocol drift
- mise codegen
- cd useragent/ && flutter analyze