Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Publish v0.1.1 post-updates and cleanup (#111) #311

Publish v0.1.1 post-updates and cleanup (#111)

Publish v0.1.1 post-updates and cleanup (#111) #311

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: test
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true