Skip to content

Commit

Permalink
Merge branch 'master' into vale
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer authored Sep 30, 2024
2 parents 2ebbcd1 + 8cdce92 commit 61d0b75
Show file tree
Hide file tree
Showing 43 changed files with 843 additions and 662 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/[email protected]

Expand Down Expand Up @@ -107,6 +108,9 @@ jobs:
- name: Validate queries
run: cargo xtask query-check

- name: Validate themes
run: cargo xtask theme-check

- name: Generate docs
run: cargo xtask docgen

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@V27
uses: cachix/install-nix-action@V28

- name: Authenticate with Cachix
uses: cachix/cachix-action@v15
Expand Down
Loading

0 comments on commit 61d0b75

Please sign in to comment.