File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Test
2
2
3
3
on :
4
- pull_request :
5
- branches :
6
- - ' **'
4
+ branches :
5
+ - main
7
6
8
7
jobs :
9
8
build :
Original file line number Diff line number Diff line change @@ -18,4 +18,8 @@ Cargo.lock
18
18
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19
19
# and can be added to the global gitignore or merged into this file. For a more nuclear
20
20
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21
- # .idea/
21
+ # .idea/
22
+
23
+ # Added by cargo
24
+
25
+ /target
Original file line number Diff line number Diff line change
1
+ [package ]
2
+ name = " rust-dsa"
3
+ version = " 0.1.0"
4
+ edition = " 2021"
5
+
6
+ [dependencies ]
Original file line number Diff line number Diff line change
1
+ fn main ( ) {
2
+ println ! ( "Hello, world!" ) ;
3
+ }
You can’t perform that action at this time.
0 commit comments