Skip to content

Bump crate-ci/typos from 1.24.6 to 1.25.0 #13

Bump crate-ci/typos from 1.24.6 to 1.25.0

Bump crate-ci/typos from 1.24.6 to 1.25.0 #13

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@v29
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: |
nix develop -c cargo test