File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+ on :
3
+ - workflow_dispatch
4
+ jobs :
5
+ build :
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - uses : actions/checkout@v3
9
+ - uses : actions-rs/toolchain@v1
10
+ with :
11
+ toolchain : stable
12
+ - run : cargo build --release
13
+ - uses : actions/upload-artifact@v3
14
+ with :
15
+ name : figma-file-tools-x86_64-linux-gnu
16
+ path : target/release/figma-rust
Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "prettier" : " prettier --write --prose-wrap=always '**/*.md' '**/*.json' '**/*.html'"
3
+ "prettier" : " prettier --write --prose-wrap=always '**/*.md' '**/*.json' '**/*.html' '**/*.yml' "
4
4
},
5
5
"devDependencies" : {
6
6
"prettier" : " ^2.8.0"
Original file line number Diff line number Diff line change 25
25
},
26
26
"scripts" : {},
27
27
"dependencies" : {}
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments