Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #162 from github/runner_analyze
Convert init, autobuild, and analyze actions to CLI / runner mode
Robert authored and GitHub committed Sep 1, 2020

Unverified

No user is associated with the committer email.
2 parents 5bd2832 + b4d142e commit 68c6069
Showing 79 changed files with 2,117 additions and 1,210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
@@ -22,5 +22,5 @@ jobs:
--repository $GITHUB_REPOSITORY \
--commit $GITHUB_SHA \
--ref $GITHUB_REF \
--github-url $GITHUB_API_URL \
--github-url $GITHUB_SERVER_URL \
--github-auth ${{ github.token }}
32 changes: 13 additions & 19 deletions lib/analysis-paths.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analysis-paths.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 13 additions & 76 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68c6069

Please sign in to comment.