Skip to content

Bump crate-ci/typos from 1.28.1 to 1.28.2 #21

Bump crate-ci/typos from 1.28.1 to 1.28.2

Bump crate-ci/typos from 1.28.1 to 1.28.2 #21

Workflow file for this run

name: Test
concurrency:
group: test-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: |
nix develop -c cargo test