Skip to content

fix: snippets by word tail behave as regular snippets on start of the… #346

fix: snippets by word tail behave as regular snippets on start of the…

fix: snippets by word tail behave as regular snippets on start of the… #346

Workflow file for this run

name: tests suite
on: [push, pull_request]
jobs:
test:
name: clippy&test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --all-features
- run: cargo test --all-features