feat: longがGraphQLのspecとして許容されていないため、protobufのint32より桁数の大きい型をstringに変換する #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull-request | |
on: | |
pull_request: | |
branches: | |
- "master" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: "12.x" | |
registry-url: "https://npm.pkg.github.com" | |
- run: yarn | |
- run: yarn pull:google-proto | |
- run: yarn test | |
- run: yarn build |