Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

name: Build and Test
env:
RUSTFLAGS: -Dwarnings
on:
RUSTFLAGS: '-Dwarnings'
'on':
pull_request:
types:
- opened
Expand All @@ -38,8 +38,9 @@ jobs:
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: arduino/setup-protoc@v3
uses: actions/checkout@v5
- name: Setup protoc
uses: arduino/setup-protoc@v3
- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand All @@ -59,8 +60,9 @@ jobs:
contents: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: shuttle-hq/deploy-action@v2
uses: actions/checkout@v5
- name: Deploy to Shuttle
uses: shuttle-hq/deploy-action@v2
with:
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
project-id: proj_01JDWN5ZZV23FVGYHMCFHM8390
Loading