Skip to content

add tally

add tally #3

Workflow file for this run

name: Penumbra LCD CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
penumbra-ci:
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v4
# See: https://github.com/actions/cache/blob/main/examples.md#rust---cargo
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build Penumbra LCD
run: cargo build --release