Skip to content

Commit

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

semver-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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
1 change: 1 addition & 0 deletions unit-conversion-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["Jess Frazelle <[email protected]>"]
edition = "2018"
repository = "https://github.com/KittyCAD/modeling-api"
keywords = ["kittycad"]
license = "MIT"

[lib]
proc-macro = true
Expand Down

0 comments on commit f073606

Please sign in to comment.