Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
949e06ce
Commit
949e06ce
authored
5 years ago
by
Jean-Michel Picod
Browse files
Options
Downloads
Patches
Plain Diff
Rename workflows
parent
ca40818e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/mdlint.yml
+1
-1
1 addition, 1 deletion
.github/workflows/mdlint.yml
.github/workflows/rust.yml
+3
-2
3 additions, 2 deletions
.github/workflows/rust.yml
with
4 additions
and
3 deletions
.github/workflows/mdlint.yml
+
1
−
1
View file @
949e06ce
...
@@ -7,7 +7,7 @@ on: [push]
...
@@ -7,7 +7,7 @@ on: [push]
# - '!third_party/**'
# - '!third_party/**'
jobs
:
jobs
:
py
lint
:
md
lint
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/rust.yml
+
3
−
2
View file @
949e06ce
name
:
Cargo check
on
:
[
push
]
on
:
[
push
]
# push:
# push:
# paths:
# paths:
...
@@ -34,8 +35,8 @@ jobs:
...
@@ -34,8 +35,8 @@ jobs:
name
:
Cargo format libraries/cbor
name
:
Cargo format libraries/cbor
needs
:
initial_setup
needs
:
initial_setup
steps
:
steps
:
-
runs
:
cd libraries/crypto
-
uses
:
actions-rs/cargo@v1
-
uses
:
actions-rs/cargo@v1
working-directory
:
libraries/cbor
with
:
with
:
command
:
fmt
command
:
fmt
args
:
--all -- --check
args
:
--all -- --check
...
@@ -43,8 +44,8 @@ jobs:
...
@@ -43,8 +44,8 @@ jobs:
name
:
Cargo format libraries/crypto
name
:
Cargo format libraries/crypto
needs
:
initial_setup
needs
:
initial_setup
steps
:
steps
:
-
runs
:
cd libraries/crypto
-
uses
:
actions-rs/cargo@v1
-
uses
:
actions-rs/cargo@v1
working-directory
:
libraries/crypto
with
:
with
:
command
:
fmt
command
:
fmt
args
:
--all -- --check
args
:
--all -- --check
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment