Skip to content

Commit

Permalink
Merge pull request #110 from devoxa/update-dvx
Browse files Browse the repository at this point in the history
Update to dvx rules
  • Loading branch information
kodiakhq[bot] authored Dec 21, 2024
2 parents f3e875d + 4d5fd46 commit 6614d90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- master
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-and-build:
name: 'Test & build'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Description -->
<h4 align="center">
Mock S3 server for test environments, based on <a href="https://github.com/jamhall/s3rver">s3rver</a>.
Mock S3 server for test environments, based on <a href="https://github.com/jamhall/s3rver">s3rver</a>
</h4>

<!-- Badges -->
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Output Options
"target": "es2022",
"module": "commonjs",
"jsx": "react",
"jsx": "react-jsx",
"noEmitOnError": true,
"newLine": "lf",
"outDir": "dist/",
Expand Down

0 comments on commit 6614d90

Please sign in to comment.