Skip to content

Update github actions #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Black Format Checker
name: Black + Ruff Format Checker
on: [push, pull_request]
jobs:
black-format-check:
Expand All @@ -9,3 +9,8 @@ jobs:
with:
options: "--diff --check"
src: "."
ruff-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ onnx-array-api: (Numpy) Array API for ONNX

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

.. image:: https://img.shields.io/github/repo-size/sdpython/onnx-array-api
:target: https://github.com/sdpython/onnx-array-api/
Expand Down Expand Up @@ -115,4 +115,4 @@ The library is released on
`pypi/onnx-array-api <https://pypi.org/project/onnx-array-api/>`_
and its documentation is published at
`(Numpy) Array API for ONNX
<http://www.xavierdupre.fr/app/onnx-array-api/helpsphinx/index.html>`_.
<https://sdpython.github.io/doc/onnx-array-api/dev/>`_.
8 changes: 4 additions & 4 deletions _doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onnx-array-api: (Numpy) Array API for ONNX

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

.. image:: https://img.shields.io/github/repo-size/sdpython/onnx-array-api
:target: https://github.com/sdpython/onnx-array-api/
Expand All @@ -38,11 +38,11 @@ well as to execute it.
api/index
tech/index
auto_examples/index
../CHANGELOGS
CHANGELOGS
license

Sources available on
`github/onnx-array-api <https://github.com/sdpython/onnx-array-api>`_,
see also `code coverage <_static/cov_html/index.html>`_.
`github/onnx-array-api <https://github.com/sdpython/onnx-array-api>`_.

.. runpython::
:showcode:
Expand Down
5 changes: 5 additions & 0 deletions _doc/license.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
License
=======

.. literalinclude:: LICENSE.txt
:language: none