Skip to content

cargo fix command to clean up lint stuff #9

cargo fix command to clean up lint stuff

cargo fix command to clean up lint stuff #9

Workflow file for this run

name: Crates publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}