Skip to content

Commit b020e67

Browse files
committed
Add CodeQL
1 parent 0ed950c commit b020e67

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

recipes/mimage/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<br/>
2-
<p align="center">
2+
<div align="center">
33
<a href="https://github.com/fnands/mimage">
44
<img src="image.jpeg" alt="Logo" width="200" height="200">
55
</a>
@@ -8,11 +8,10 @@
88

99
<p align="center">
1010
A library for reading images in pure* Mojo 🔥
11-
</p>
12-
</p>
1311

14-
<div align="center">
15-
<img src="https://img.shields.io/badge/%F0%9F%94%A5%20Mojo-020B14?style=for-the-badge&link=https%3A%2F%2Fwww.modular.com%2Fmax%2Fmojo" />
12+
![Language Badge](https://img.shields.io/badge/language-mojo-orange)
13+
![CodeQL](https://github.com/fnands/mimage/workflows/CodeQL/badge.svg)
14+
</p>
1615
</div>
1716

1817
*Not pure Mojo yet, but hopefully soon.

recipes/mimage/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: "0.2.2"
2+
version: "0.2.3"
33

44
package:
55
name: "mimage"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/fnands/mimage.git
10-
tag: "0.2.2"
10+
tag: "0.2.3"
1111

1212
build:
1313
number: 0

0 commit comments

Comments
 (0)