Skip to content

Commit cb8c05e

Browse files
authored
Update github actions (#20)
* Update github actions * title * rename * links * fix doc * update doc * update doc
1 parent fac56a3 commit cb8c05e

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Black Format Checker
1+
name: Black + Ruff Format Checker
22
on: [push, pull_request]
33
jobs:
44
black-format-check:
@@ -9,3 +9,8 @@ jobs:
99
with:
1010
options: "--diff --check"
1111
src: "."
12+
ruff-format-check:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: chartboost/ruff-action@v1

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
timeout: 2
3131
retry_count# : 2
3232
# exclude_urls: https://github, ...
33-
# exclude_patterns: https://github.com/...
33+
# exclude_patterns:
3434
# force_pass : true
File renamed without changes.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sphinx-runpython: run python code in sphinx
1717

1818
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
1919
:alt: MIT License
20-
:target: http://opensource.org/licenses/MIT
20+
:target: https://opensource.org/license/MIT/
2121

2222
.. image:: https://img.shields.io/github/repo-size/sdpython/sphinx-runpython
2323
:target: https://github.com/sdpython/sphinx-runpython/

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sphinx-runpython: (Numpy) Array API for ONNX
1414

1515
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
1616
:alt: MIT License
17-
:target: http://opensource.org/licenses/MIT
17+
:target: https://opensource.org/license/MIT/
1818

1919
.. image:: https://img.shields.io/github/repo-size/sdpython/sphinx-runpython
2020
:target: https://github.com/sdpython/sphinx-runpython/

_doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
License
22
=======
33

4-
.. literalinclude:: LICENSE
4+
.. literalinclude:: LICENSE.txt
55
:language: none

0 commit comments

Comments
 (0)