Home
last modified time | relevance | path

Searched +full:- +full:- +full:commits (Results 1 – 4 of 4) sorted by relevance

/cloud-hypervisor/.github/workflows/
H A Dgitlint.yaml8 runs-on: ubuntu-latest
10 - name: Checkout repository
14 fetch-depth: 0
15 - name: Set up Python 3.10
16 uses: actions/setup-python@v5
18 python-version: "3.10"
19 - name: Install dependencies
21 python -m pip install --upgrade pip
22 pip install --upgrade gitlint
23 - name: Lint git commit messages
[all …]
H A Dquality.yaml4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
10 runs-on: ubuntu-latest
11 continue-on-error: ${{ matrix.experimental }}
13 fail-fast: false
16 - beta
17 - stable
19 - aarch64-unknown-linux-gnu
20 - aarch64-unknown-linux-musl
21 - x86_64-unknown-linux-gnu
[all …]
/cloud-hypervisor/
H A DCODE_OF_CONDUCT.md7 our community a harassment-free experience for everyone, regardless of age, body
41 reject comments, commits, code, wiki edits, issues, and other contributions
50 representing a project or community include using an official project e-mail
71 available at: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
73 [homepage]: https://www.contributor-covenant.org
H A DCONTRIBUTING.md4 License](https://opensource.org/licenses/Apache-2.0) and the [BSD 3
5 Clause](https://opensource.org/licenses/BSD-3-Clause) license. Individual files
12 License](https://opensource.org/licenses/Apache-2.0).
16 We follow the [Rust Style](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src)
22 Please consider creating the following hook as `.git/hooks/pre-commit` in order
29 cargo fmt -- --check || exit 1
30 cargo check --locked --all --all-targets --tests || exit 1
31 cargo clippy --locked --all --all-targets --tests -- -D warnings || exit 1
34 You will need to `chmod +x .git/hooks/pre-commit` to have it run on every
39 …in of trust we use the [signed-off-by language](https://web.archive.org/web/20230406041855/https:/…
[all …]