Pass APP_ID
and APP_PRIVATE_KEY
to the github app
#63
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
# Reference on this file: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions | |
name: Lint, build and test | |
on: | |
pull_request: | |
jobs: | |
build-and-check: | |
name: Build project and run CI checks | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@v1 |