Skip to content

Commit

Permalink
chores (#6)
Browse files Browse the repository at this point in the history
* remove rust code and reenable buf checks

* rename used messages and remove unused ones
  • Loading branch information
montekki authored Oct 15, 2024
1 parent 1b6e986 commit 0ae81f9
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 1,942 deletions.
28 changes: 7 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Rust
name: CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types: [opened, synchronize, reopened, labeled, unlabeled]

env:
CARGO_TERM_COLOR: always
permissions:
contents: read
pull-requests: write

jobs:
build:
Expand All @@ -17,20 +18,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: cargo build
run: cargo build --verbose

- name: cargo clippy
run: cargo clippy -- -D warnings

- name: cargo fmt
run: cargo fmt --check
- name: Run buf-build checks
uses: bufbuild/buf-action@v1
Loading

0 comments on commit 0ae81f9

Please sign in to comment.