Searched +full:- +full:- +full:commits (Results 1 – 4 of 4) sorted by relevance
8 runs-on: ubuntu-latest10 - name: Checkout repository14 fetch-depth: 015 - name: Set up Python 3.1016 uses: actions/setup-python@v518 python-version: "3.10"19 - name: Install dependencies21 python -m pip install --upgrade pip22 pip install --upgrade gitlint23 - name: Lint git commit messages[all …]
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: ubuntu-latest11 continue-on-error: ${{ matrix.experimental }}13 fail-fast: false16 - beta17 - stable19 - aarch64-unknown-linux-gnu20 - aarch64-unknown-linux-musl21 - x86_64-unknown-linux-gnu[all …]
7 our community a harassment-free experience for everyone, regardless of age, body41 reject comments, commits, code, wiki edits, issues, and other contributions50 representing a project or community include using an official project e-mail71 available at: https://www.contributor-covenant.org/version/1/4/code-of-conduct/73 [homepage]: https://www.contributor-covenant.org
4 License](https://opensource.org/licenses/Apache-2.0) and the [BSD 35 Clause](https://opensource.org/licenses/BSD-3-Clause) license. Individual files12 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 order29 cargo fmt -- --check || exit 130 cargo check --locked --all --all-targets --tests || exit 131 cargo clippy --locked --all --all-targets --tests -- -D warnings || exit 134 You will need to `chmod +x .git/hooks/pre-commit` to have it run on every39 …in of trust we use the [signed-off-by language](https://web.archive.org/web/20230406041855/https:/…[all …]