Skip to content

feat: Add command to generate folder boilerplate for a new plugin #7

feat: Add command to generate folder boilerplate for a new plugin

feat: Add command to generate folder boilerplate for a new plugin #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build