Skip to content

fix(frontier): only allow gt 0 amount billing usage #2836

fix(frontier): only allow gt 0 amount billing usage

fix(frontier): only allow gt 0 amount billing usage #2836

Workflow file for this run

name: Validate
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: bufbuild/[email protected]
with:
version: 1.5.0
- uses: bufbuild/buf-lint-action@v1
continue-on-error: true
- uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/$GITHUB_REPOSITORY.git#branch=main"