Skip to content

Commit

Permalink
Merge pull request #114 from ValgulNecron/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ValgulNecron committed Apr 22, 2024
2 parents b1e8cc6 + b82bab0 commit 89f77e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install Protocol Buffers Compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand All @@ -27,4 +32,4 @@ jobs:
- name: Run Clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Protocol Buffers Compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 89f77e4

Please sign in to comment.