Skip to content

fix: wrong between created_at and session_id in sessions api (#352) #337

fix: wrong between created_at and session_id in sessions api (#352)

fix: wrong between created_at and session_id in sessions api (#352) #337

Workflow file for this run

name: Typos
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
typos:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- name: Check spelling issues
uses: crate-ci/[email protected]