From 6628df5e4b00028b91635ce29452181904abf5b8 Mon Sep 17 00:00:00 2001 From: Javier C Date: Wed, 13 Nov 2024 12:20:58 +0000 Subject: [PATCH] ci: cleanup ci actions --- .github/workflows/ci-test-lints.yaml | 12 ++---------- .github/workflows/pr-convcom-check.yaml | 19 +------------------ 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/.github/workflows/ci-test-lints.yaml b/.github/workflows/ci-test-lints.yaml index 1832710..e62dcb8 100644 --- a/.github/workflows/ci-test-lints.yaml +++ b/.github/workflows/ci-test-lints.yaml @@ -37,6 +37,8 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v2 + with: + submodules: recursive - name: Install stable toolchain uses: actions-rs/toolchain@v1 @@ -57,13 +59,3 @@ jobs: with: command: clippy args: -- -D warnings - - - name: Generate Schema - uses: actions-rs/cargo@v1 - with: - command: schema - args: --locked - - - name: Schema Changes - # fails if any changes not committed - run: git diff --exit-code schema diff --git a/.github/workflows/pr-convcom-check.yaml b/.github/workflows/pr-convcom-check.yaml index 5999852..3acf59f 100644 --- a/.github/workflows/pr-convcom-check.yaml +++ b/.github/workflows/pr-convcom-check.yaml @@ -3,25 +3,8 @@ name: Pull request on: [pull_request] jobs: - style: - name: Style - runs-on: ubuntu-latest - steps: - - name: Checkout sources - uses: actions/checkout@v2 - with: - submodules: recursive - - - name: Install stable toolchain and check style - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: 1.80.0 - override: true - components: rustfmt - - run: cargo fmt -- --check check: - name: Check + name: Check conventional commits runs-on: ubuntu-latest steps: - name: Checkout sources