Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Mar 11, 2024
1 parent bb2320a commit e8b80e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rstcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
- "docs/**"
- "ci/rstcheck/*"

permissions: read-all
permissions:
contents: read

jobs:
rstcheck:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_gdal_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions: read-all
permissions:
contents: read

jobs:
test_gdal_latest:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 'setup.cfg'
- 'MANIFEST.in'
- 'pyproject.toml'
- 'scripts/**'
- 'fiona/**'
- 'tests/**'
pull_request:
Expand All @@ -22,7 +21,6 @@ on:
- 'setup.cfg'
- 'MANIFEST.in'
- 'pyproject.toml'
- 'scripts/**'
- 'fiona/**'
- 'tests/**'
schedule:
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Fiona
=====

.. image:: https://github.com/Toblerity/Fiona/workflows/Tests/badge.svg?branch=main
:target: https://github.com/Toblerity/Fiona/actions?query=branch%3Amain
.. image:: https://github.com/Toblerity/Fiona/actions/workflows/tests.yml/badge.svg?branch=main
:target: https://github.com/Toblerity/Fiona/actions/workflows/tests.yml
.. image:: https://github.com/Toblerity/Fiona/actions/workflows/test_gdal_latest.yml/badge.svg?branch=main
:target: https://github.com/Toblerity/Fiona/actions/workflows/test_gdal_latest.yml

Fiona streams simple feature data to and from GIS formats like GeoPackage and
Shapefile.
Expand Down

0 comments on commit e8b80e4

Please sign in to comment.