Skip to content

Merge pull request #8 from SupremeDeity/SupremeDeity-patch-1 #12

Merge pull request #8 from SupremeDeity/SupremeDeity-patch-1

Merge pull request #8 from SupremeDeity/SupremeDeity-patch-1 #12

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
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 }}