File tree 7 files changed +15
-5
lines changed
packages/renderer/src/components
7 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 17
17
- ' **.vue'
18
18
- ' package-lock.json'
19
19
- ' .github/workflows/lint.yml'
20
-
20
+ concurrency :
21
+ group : lint-${{ github.ref }}-${{ github.sha }}
22
+ cancel-in-progress : false
21
23
22
24
defaults :
23
25
run :
Original file line number Diff line number Diff line change 10
10
- ' .gitignore'
11
11
- ' .github/**'
12
12
- ' !.github/workflows/release.yml'
13
-
13
+ - ' !.github/workflows/beta.yml '
14
14
concurrency :
15
15
group : release-${{ github.ref }}
16
16
cancel-in-progress : true
Original file line number Diff line number Diff line change 10
10
- ' .gitignore'
11
11
- ' .github/**'
12
12
- ' !.github/workflows/release.yml'
13
-
13
+ - ' !.github/workflows/release-beta.yml '
14
14
concurrency :
15
15
group : release-${{ github.ref }}
16
16
cancel-in-progress : true
Original file line number Diff line number Diff line change 16
16
- ' package-lock.json'
17
17
- ' .github/workflows/tests.yml'
18
18
19
+ concurrency :
20
+ group : tests-${{ github.ref }}-${{ github.sha }}
21
+ cancel-in-progress : false
22
+
19
23
defaults :
20
24
run :
21
25
shell : ' bash'
Original file line number Diff line number Diff line change 18
18
- ' package-lock.json'
19
19
- ' .github/workflows/typechecking.yml'
20
20
21
+ concurrency :
22
+ group : typecheck-${{ github.ref }}-${{ github.sha }}
23
+ cancel-in-progress : false
24
+
21
25
defaults :
22
26
run :
23
27
shell : ' bash'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " all-mangas-reader-desktop" ,
3
3
"description" : " All Mangas Reader Desktop" ,
4
- "version" : " 0.0.43 " ,
4
+ "version" : " 0.0.44 " ,
5
5
"private" : false ,
6
6
"engines" : {
7
7
"node" : " >=v16.13" ,
Original file line number Diff line number Diff line change 8
8
rounded
9
9
class =" bg-purple-8 text-white"
10
10
>
11
- We can't find your saved recipes until you sign in.
11
+ that's a v-card replacement using quasar
12
12
13
13
<template #action >
14
14
<q-btn
You can’t perform that action at this time.
0 commit comments