Skip to content

Commit

Permalink
Merge pull request #698 from marhkb/backports/1.2
Browse files Browse the repository at this point in the history
Backports for 1.2
  • Loading branch information
marhkb committed Jul 13, 2023
2 parents cc45876 + 4fe4498 commit a21287b
Show file tree
Hide file tree
Showing 11 changed files with 513 additions and 318 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
name: CI

jobs:
check-commit-style:
name: Check Commit Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/[email protected]

typos:
name: Typos
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,7 +83,7 @@ jobs:
arch: [x86_64]
# Don't fail the whole workflow if one architecture fails
fail-fast: false
needs: [typos, rustfmt, clippy]
needs: [check-commit-style, typos, rustfmt, clippy]
steps:
- uses: actions/checkout@v3
# Docker is required by the docker/setup-qemu-action which enables emulation
Expand Down
Loading

0 comments on commit a21287b

Please sign in to comment.