Skip to content

docs: update readme

docs: update readme #7

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
build:
name: docker-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build -t headline-predictor-rs .