Skip to content

Commit

Permalink
FQPN fixes (#44)
Browse files Browse the repository at this point in the history
* Fixed the FQPN in price_type. 
* Added simple script which checks that we use FQPN everywhere. 
* Added fqdn script to the workflow.

---------

Co-authored-by: Noctunus <[email protected]>
  • Loading branch information
Noctunus and Noctunus authored Sep 24, 2024
1 parent c576cd0 commit 4742848
Show file tree
Hide file tree
Showing 3 changed files with 238 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 (fully qualified package names) everywhere
fqpn-check:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Run proto FQPN 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 4742848

Please sign in to comment.