specjam 0.0.12

A tool spawns binary runner for testing the JAM spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Typos

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

env:
  TERM: xterm-256color

jobs:
  check:
    name: Check
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: crate-ci/typos@v1.24.5