tyrell 0.1.2

More human than human. Interacting with LLMs in a rusty way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: cargo audit

on: 
  pull_request:
    branches:
      - main
  push:
    branches:
      - main

jobs:
  cargo-deny:
    name: Run cargo deny
    runs-on: ubuntu-22.04
    steps:
    - uses: actions/checkout@v3
    - uses: EmbarkStudios/cargo-deny-action@v1