Skip to content

Commit

Permalink
Merge pull request #1 from BroderickCarlin/test-ci
Browse files Browse the repository at this point in the history
this is  bad commit
  • Loading branch information
BroderickCarlin authored Oct 30, 2023
2 parents 21e0099 + b2d6e68 commit 193ba04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/convco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:

jobs:
build:
name: Check commits
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vvoloshchuk777/check-conventional-commits@v1.0.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: webiny/action-conventional-commits@v1.1.0
10 changes: 4 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -22,19 +20,19 @@ jobs:
run: cargo test --verbose

lint:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Lint check
run: rustup component add clippy --toolchain nightly-2023-10-02-x86_64-unknown-linux-gnu
run: cargo clippy

formatting:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Format check
run: rustup component add rustfmt --toolchain nightly-2023-10-02-x86_64-unknown-linux-gnu
run: cargo fmt --all -- --check


3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ embedded-hal-async = { version = "1.0.0-rc.1", optional = true }
default = ["async"]
async = ["embedded-hal-async"]
blocking = ["embedded-hal"]


# just testing

0 comments on commit 193ba04

Please sign in to comment.