Skip to content

Add mention to TUONO in the README (#38) #27

Add mention to TUONO in the README (#38)

Add mention to TUONO in the README (#38) #27

Workflow file for this run

name: Github Main
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
check-if-publishable:
name: Check if allowed to be published on crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
dry-run: true