build: enable publishing to crates.io
Some checks failed
Test / checks (map[name:1.75.0]) (push) Failing after 14s
Test / checks (map[name:stable]) (push) Successful in 2m22s
Test / checks (map[name:nightly]) (push) Successful in 4m54s

This commit is contained in:
Paul Campbell 2024-09-22 13:56:28 +01:00
parent 617cee7900
commit 0d3ad356d5
2 changed files with 9 additions and 1 deletions

View file

@ -22,6 +22,7 @@ jobs:
toolchain:
- name: stable
- name: nightly
- name: 1.75.0 # MSRV
steps:
- name: Checkout

View file

@ -2,7 +2,14 @@
name = "forgejo-todo-checker"
version = "1.0.0"
edition = "2021"
publish = false # NOTE: Not a CLI tool or a library, so don't release to crates.io
license = "MIT"
repository = "https://git.kemitix.net/kemitix/forgejo-todo-checker"
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
rust-version = "1.75.0"
description = "Forgejo Action to check for TODO and FIXME comments with no OPEN issue attached"
documentation = "https://git.kemitix.net/kemitix/forgejo-todo-checker/src/branch/main/README.md"
keywords = ["forgejo", "ci"]
categories = ["development-tools"]
[dependencies]
anyhow = "1.0"