FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-rust.yaml at master · runningcode/openapi-generator · GitHub
runningcode
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-rust.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
34 lines (32 loc) · 891 Bytes
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-rust.yaml
Copy path
File metadata and controls
34 lines (32 loc) · 891 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name
:
Samples Rust
on
:
push
:
paths
:
-
"
samples/client/others/rust/**
"
-
"
samples/server/petstore/rust-server/**
"
-
"
samples/client/petstore/rust-server/**
"
pull_request
:
paths
:
-
"
samples/client/others/rust/**
"
-
"
samples/client/petstore/rust/**
"
-
"
samples/server/petstore/rust-server/**
"
jobs
:
build
:
name
:
Build Rust
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
these folders contain sub-projects of rust clients, servers
-
samples/client/others/rust/
-
samples/client/petstore/rust/
-
samples/server/petstore/rust-server/
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions-rs/toolchain@v1
with
:
toolchain
:
stable
-
name
:
Build
working-directory
:
${{ matrix.sample }}
run
:
cargo build
Back
|
FazBrowse Home
|
New Git URL