Skip to content

build(deps): bump crate-ci/typos from 1.25.0 to 1.27.0 #189

build(deps): bump crate-ci/typos from 1.25.0 to 1.27.0

build(deps): bump crate-ci/typos from 1.25.0 to 1.27.0 #189

Workflow file for this run

name: QA
on:
- merge_group
- push
- pull_request
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
nix-shell:
name: nix-shell works
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
with:
# Only used for "nix-build", "nix-shell" etc.
# Inside the files, I use pinned nixpkgs.
nix_path: nixpkgs=channel:nixos-23.05
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix-shell --pure --run "mvn -B dependency:tree"