Skip to content

Bump crate-ci/typos from 1.16.19 to 1.16.22 #9

Bump crate-ci/typos from 1.16.19 to 1.16.22

Bump crate-ci/typos from 1.16.19 to 1.16.22 #9

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@v22
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"