Skip to content

Commit dd26a43

Browse files
committed
change action name & add badges
1 parent 09415e7 commit dd26a43

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.github/dependabot.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
7-
open-pull-requests-limit: 4
8-
target-branch: dev
6+
interval: "daily"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python application
4+
name: Tests
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master, dev ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Note-Mark
2+
![GitHub](https://img.shields.io/github/license/enchant97/note-mark?style=flat-square)
3+
![Supported Python Version](https://img.shields.io/badge/python%20version-3.10-blue?style=flat-square)
4+
![Lines of code](https://img.shields.io/tokei/lines/github/enchant97/note-mark?style=flat-square)
5+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/enchant97/note-mark?style=flat-square)
6+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/enchant97/note-mark?include_prereleases&label=latest%20release&style=flat-square)
7+
28
A python website designed to allow a easy way to store your notes in markdown format and display them as HTML.
39

410
> Take note this project is currently in early stages of development, this warning will be removed when v1.0 is released

0 commit comments

Comments
 (0)