Skip to content

Commit

Permalink
github-action: rename cicd_test.yml to tests.yml
Browse files Browse the repository at this point in the history
Use tests.yml in the README.md.
  • Loading branch information
mtreglia-gpsw committed Jul 7, 2023
1 parent 60d0715 commit a374384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: 'tests'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cython-setuptools
[![CICD-Tests](https://github.com/gopro/cython-setuptools/actions/workflows/tests.yml/badge.svg)](https://github.com/gopro/cython-setuptools/actions/workflows/tests.yml)
[![tests](https://github.com/gopro/cython-setuptools/actions/workflows/tests.yml/badge.svg)](https://github.com/gopro/cython-setuptools/actions/workflows/tests.yml)

Easier distribution and development of Cython modules.

Expand Down

0 comments on commit a374384

Please sign in to comment.