tinyrick_models 0.0.2

data models for development tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: "Test-Futureproof-Language"
on: # yamllint disable-line rule:truthy
  push:
  pull_request:
  workflow_dispatch:
jobs:
  Test-Futureproof-Language:
    runs-on: "ubuntu-24.04"
    steps:
    - uses: "actions/checkout@v4"
    - uses: "dtolnay/rust-toolchain@stable"
      with:
        toolchain: "stable"
    - name: "provision dev tools"
      run: "make -f install.mk"
    - run: "make test"