Skip to content

Commit

Permalink
Merge pull request #513 from xrelkd/release/0.18.2
Browse files Browse the repository at this point in the history
Release `0.18.2`
  • Loading branch information
xrelkd authored Aug 10, 2024
2 parents 5bd20b6 + 983dfc6 commit ef51db7
Show file tree
Hide file tree
Showing 25 changed files with 751 additions and 763 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- name: Install treefmt
run: nix profile install 'nixpkgs#treefmt'
Expand All @@ -38,8 +38,8 @@ jobs:
- name: Install taplo
run: nix profile install 'nixpkgs#taplo'

- name: Install clang-tools
run: nix profile install 'nixpkgs#clang-tools'
- name: Install buf
run: nix profile install 'nixpkgs#buf'

- name: Run shfmt, shellcheck, checkbashisms
uses: luizm/action-sh-checker@v0.8.0
Expand All @@ -57,7 +57,7 @@ jobs:
--fail-on-change \
--no-cache \
--formatters prettier \
--formatters clang-format \
--formatters protobuf-check \
--formatters nix \
--formatters shell \
--formatters hcl \
Expand All @@ -72,7 +72,7 @@ jobs:
fetch-depth: 0

- name: Run commitlint
uses: wagoid/commitlint-github-action@v6.0.1
uses: wagoid/commitlint-github-action@v6.0.2

codespell:
name: Codespell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- name: Build Nix Flake
run: nix build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
submodules: "true"

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13

- uses: DeterminateSystems/magic-nix-cache-action@v7

Expand Down
Loading

0 comments on commit ef51db7

Please sign in to comment.