File tree Expand file tree Collapse file tree 6 files changed +4465
-3458
lines changed Expand file tree Collapse file tree 6 files changed +4465
-3458
lines changed Original file line number Diff line number Diff line change 9
9
generate :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Checkout
13
- uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
14
13
15
- - uses : actions/setup-node@v1
14
+ - uses : actions/setup-node@v4
16
15
with :
17
- node-version : 16 .x
16
+ node-version : 18 .x
18
17
19
- - run : yarn
20
- - run : yarn generate
18
+ - uses : pnpm/action-setup@v4
19
+ with :
20
+ version : 9
21
+
22
+ - run : pnpm install
23
+ - run : pnpm generate
21
24
- name : setup git config
22
25
run : |
23
26
git config user.name "GitHub Actions Bot"
Original file line number Diff line number Diff line change
1
+ {
2
+ "cSpell.words" : [
3
+ " Boian" ,
4
+ " Buefy" ,
5
+ " Contentful" ,
6
+ " Econt" ,
7
+ " Emag" ,
8
+ " EPAL" ,
9
+ " Evolok" ,
10
+ " Feza" ,
11
+ " Joomla" ,
12
+ " jsonresume" ,
13
+ " Laravel" ,
14
+ " Magento" ,
15
+ " Nuxt" ,
16
+ " Opencart" ,
17
+ " Profitshare" ,
18
+ " Rapido" ,
19
+ " Sapir" ,
20
+ " Serres" ,
21
+ " Turborepo" ,
22
+ " Zavamed"
23
+ ]
24
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cv" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"scripts" : {
5
5
"generate" : " resume export resume.pdf --theme actual"
6
6
},
7
7
"dependencies" : {
8
- "jsonresume-theme-actual" : " ^0.2.1 "
8
+ "jsonresume-theme-actual" : " ^0.2.2 "
9
9
},
10
10
"devDependencies" : {
11
- "resume-cli" : " ^3.0.7 "
11
+ "resume-cli" : " ^3.1.2 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments