File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
pull_request :
8
8
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress : true
12
+
9
13
jobs :
10
14
test-and-build :
11
15
name : ' Test & build'
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Description -->
7
7
<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 >
9
9
</h4 >
10
10
11
11
<!-- Badges -->
Original file line number Diff line number Diff line change 3
3
// Output Options
4
4
"target" : " es2022" ,
5
5
"module" : " commonjs" ,
6
- "jsx" : " react" ,
6
+ "jsx" : " react-jsx " ,
7
7
"noEmitOnError" : true ,
8
8
"newLine" : " lf" ,
9
9
"outDir" : " dist/" ,
You can’t perform that action at this time.
0 commit comments