Skip to content

release on crates.io #86

release on crates.io

release on crates.io #86

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [ main ]
paths:
- "src/**.rs"
- "!Cargo.toml"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: setup
uses: godot-package-manager/cli/.github/actions/setup@main
- name: test
uses: godot-package-manager/cli/.github/actions/test@main