Skip to content

Commit

Permalink
Merge pull request #43 from openlawlibrary/ndusan/versions-logging
Browse files Browse the repository at this point in the history
misc: small additions to logging; bump `git2` and `rust-version` versions
  • Loading branch information
n-dusan authored Jun 6, 2024
2 parents 6ee8bb6 + 6f645f6 commit 7f015fa
Show file tree
Hide file tree
Showing 10 changed files with 663 additions and 283 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.STELAE_GITHUB_TOKEN }}

- name: Install Just
uses: extractions/setup-just@v1
uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.STELAE_GITHUB_TOKEN }}

- uses: taiki-e/install-action@v1
- uses: taiki-e/install-action@v2
with:
tool: nextest
- name: Run tests (nextest)
Expand All @@ -39,12 +39,14 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/[email protected] # Pin based on current `rust-version` in Cargo.toml. IMPORTANT: Upgrade version when `rust-version` changes.
# Pin based on current `rust-version` in Cargo.toml.
# IMPORTANT: Upgrade `dtolnay/rust-toolchain@*` version when `rust-version` changes.
uses: dtolnay/[email protected]
with:
components: rustfmt, clippy

- name: Install Just
uses: extractions/setup-just@v1
uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.STELAE_GITHUB_TOKEN }}

Expand Down
Loading

0 comments on commit 7f015fa

Please sign in to comment.