Skip to content

Commit

Permalink
Migration of Gitlab lint, check, workspace, examples stages to GitHub…
Browse files Browse the repository at this point in the history
… Actions (#1950)

* Add CI based on Github Actions

* Applied suggestions to GHA

* Fixed matrix definition

* Added comment to GHA

* All basic stages without measurements and publish

* Fixed docs job

* Build parallel execution

* Removed traces from CI

* Update .github/workflows/ci.yml

Co-authored-by: Sergejs Kostjucenko <[email protected]>

* Added set-image job and code cleanup

* Fixed issue with not starting workflow on pull_request

* Used machine with more storage

* Removed write permissions for clippy

* Removed cache for codecov job

---------

Co-authored-by: Sergejs Kostjucenko <[email protected]>
  • Loading branch information
smiasojed and sergejparity authored Nov 7, 2023
1 parent 3b2a90a commit 745b08a
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/rust-info/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Rust Info'
description: "Rust and Bash details"
runs:
using: "composite"
steps:
- run: |
rustup show
cargo --version
rustup +nightly show
cargo +nightly --version
cargo spellcheck --version
bash --version
shell: bash
Loading

0 comments on commit 745b08a

Please sign in to comment.