Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'main' into allow-additive-queries-in-workflow
  • Loading branch information
Sam Partington committed Sep 8, 2020
2 parents abf5854 + 556aed4 commit d677f16
Showing 83 changed files with 2,229 additions and 1,249 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr-checks.yml
@@ -65,9 +65,12 @@ jobs:
echo "Success: node_modules are up to date"
npm-test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: npm run-script test
run: npm run-script test
run: npm run-script test
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 d677f16

Please sign in to comment.