Skip to content

Commit

Permalink
Update github badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jun 26, 2024
1 parent a382b7e commit d1fa60d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: CI

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Publish `next` version'
name: 'Publish `next`'
on:
workflow_run:
workflows: ['PR']
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eclipse GLSP - Theia Integration for GLSP Clients [![Build Status](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/master/badge/icon)](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-theia-integration/job/master/)
# Eclipse GLSP - Theia Integration for GLSP Clients [![Build Status](https://github.com/eclipse-glsp/glsp-theia-integration/actions/workflows/pr.yml/badge.svg)](https://github.com/eclipse-glsp/glsp-theia-integration/actions/workflows/pr.yml)

This project contains the glue code necessary to integrate diagram editors built with the [graphical language server platform](https://github.com/eclipse-glsp/glsp) with [Eclipse Theia](https://github.com/theia-ide/theia) as well as an example Theia application for testing purposes.

Expand Down

0 comments on commit d1fa60d

Please sign in to comment.