Skip to content

cast int literal to double if field in proto is double (#373) #242

cast int literal to double if field in proto is double (#373)

cast int literal to double if field in proto is double (#373) #242

Workflow file for this run

name: buf-push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-push-action@v1
with:
input: proto
buf_token: ${{ secrets.BUF_API_TOKEN }}