Skip to content

Commit

Permalink
Merge pull request #23 from Stassi/feature/rename-github-actions-work…
Browse files Browse the repository at this point in the history
…flows

feature/rename-github-actions-workflows
  • Loading branch information
Stassi authored Sep 21, 2024
2 parents 4525b05 + 5b85fb0 commit 780f156
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: npm publish
name: Continuous delivery (CD)

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous integration
name: Continuous integration (CI)

on:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# leaf

[![Continuous integration](https://github.com/Stassi/leaf/actions/workflows/ci.yml/badge.svg)](https://github.com/Stassi/leaf/actions/workflows/ci.yml)
[![Continuous integration (CI)](https://github.com/Stassi/leaf/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/Stassi/leaf/actions/workflows/continuous-integration.yml)
[![Continuous delivery (CD)](https://github.com/Stassi/leaf/actions/workflows/continuous-delivery.yml/badge.svg)](https://github.com/Stassi/leaf/actions/workflows/continuous-delivery.yml)

Leaflet adapter.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stassi/leaf",
"version": "0.0.22",
"version": "0.0.23",
"description": "Leaflet adapter.",
"keywords": [
"cartography",
Expand Down

0 comments on commit 780f156

Please sign in to comment.