Skip to content

Commit 4d5fd46

Browse files
committed
Update to dvx rules
1 parent f3e875d commit 4d5fd46

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/push.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- master
77
pull_request:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
test-and-build:
1115
name: 'Test & build'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

1111
<!-- Badges -->

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Output Options
44
"target": "es2022",
55
"module": "commonjs",
6-
"jsx": "react",
6+
"jsx": "react-jsx",
77
"noEmitOnError": true,
88
"newLine": "lf",
99
"outDir": "dist/",

0 commit comments

Comments
 (0)