Skip to content

Commit

Permalink
See check-run-reporter/integrations@f335a5b from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent 573f84b commit 9c12dbe
Show file tree
Hide file tree
Showing 6 changed files with 10,112 additions and 4,345 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ was driven by environment variables. Workflows were configured with HCL instead
of Yaml.

Times have changed. V2 is completely rewritten in TypeScript. Rather than doing
everyting with bash and curl, we now get the control flow of a modern language
everything with bash and curl, we now get the control flow of a modern language
and we can rely on actions.yml to typecheck our configuration instead of just
hoping environment variables have been set.

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: '12.x'
- run: npm ci
- run: npm test
- uses: check-run-reporter/action@v2.11.1
- uses: check-run-reporter/action@v2.11.2
# always run, otherwise you'll only see results for passing builds
if: ${{ always() }}
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ outputs:
tests:
description: The names of the test files to test on this node
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 9c12dbe

Please sign in to comment.