Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: second round of ledger commands #205

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

on: pull_request

env:
rust: 1.66.1

jobs:
ci:
Expand Down Expand Up @@ -39,18 +36,11 @@ jobs:
~/.cargo/git
target
${{ env.VCPKG_ROOT }}
key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ env.rust }}-ci-1
key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/rust-toolchain.toml') }}-ci-1

- name: Install dependencies
run: ${{ matrix.build_deps }}

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ env.rust }}
override: true
components: rustfmt, clippy

- name: ${{ matrix.task.name }}
run: ${{ matrix.task.command }}

Expand Down
Loading
Loading