Skip to content

Commit e997bdf

Browse files
committed
Merge branch 'main' into query-overriding
2 parents ab4e721 + ab457be commit e997bdf

38 files changed

+37
-187
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
>&2 echo "Failed: Repo should be clean before testing!"
2525
exit 1
2626
fi
27+
# Wipe the lib directory incase there are extra unnecessary files in there
28+
rm -rf lib
2729
# Generate the JavaScript files
2830
npm run-script build
2931
# Check that repo is still clean

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ inputs:
2929
default: ${{ toJson(matrix) }}
3030
runs:
3131
using: 'node12'
32-
main: '../lib/finalize-db.js'
32+
main: '../lib/analyze-action.js'

autobuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ inputs:
88
default: ${{ toJson(matrix) }}
99
runs:
1010
using: 'node12'
11-
main: '../lib/autobuild.js'
11+
main: '../lib/autobuild-action.js'

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ inputs:
2121
required: false
2222
runs:
2323
using: 'node12'
24-
main: '../lib/setup-tracer.js'
24+
main: '../lib/init-action.js'
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild-action.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/config-utils.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)