Skip to content

Commit

Permalink
Fixed the FQPN in price_type. Added simple script which checks that w…
Browse files Browse the repository at this point in the history
…e use FQPN everywhere. Added fqdn script to the workflow.
  • Loading branch information
Noctunus committed Sep 24, 2024
1 parent c576cd0 commit 9c3dc7b
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 217 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ jobs:
- name: Run proto dependency check
run: scripts/dependency_checker.py --print-graph

# Check if we use FQPN (full qualified package names) everywhere
fqpn-check:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Run proto dependency check
run: scripts/fqpn_check.sh

# Push the draft branch to buf.build
bsr-push-draft:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 9c3dc7b

Please sign in to comment.