Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config/google_creds.jsonを作成する(GitHub Actionsのビルド設定修正)
Browse files Browse the repository at this point in the history
nikukyugamer committed Jun 18, 2023
1 parent 1589798 commit 9940fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ jobs:
echo "npx --version: $(npx --version)
- name: TypeScript をコンパイルする
run: |
echo "{ "clientEmail": "foo", "privateKey": "bar" }" > config/google_creds.json
npx tsc
- name: ESLint を実行する
run: |

0 comments on commit 9940fb3

Please sign in to comment.