Skip to content

Commit

Permalink
Check semver action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Dec 11, 2023
1 parent b7c6959 commit 8a32c3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@ jobs:
- name: Run codespell
# Edit this file to tweak the typo list and other configuration.
run: codespell --config .codespellrc

check-semver:
name: Check semver
runs-on: ubuntu-latest
steps:
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modeling-cmds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kittycad-modeling-cmds"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["KittyCAD, Inc."]
description = "Commands in the KittyCAD Modeling API"
Expand Down

0 comments on commit 8a32c3e

Please sign in to comment.