Skip to content

Commit

Permalink
stabkle compiler url cannot be resolved for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mosser committed Jul 20, 2024
1 parent 8067238 commit 0310d50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: jPipe Compiler (action-based)
name: compiler

env:
JAVA_ENV_VERSION: '21' # LTS version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: jPipe Language Extension
name: VS Code

on:
push:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

</div>


<div align="center">

[![jPipe Compiler (action-based)](https://github.com/ace-design/jpipe/actions/workflows/compiler.yml/badge.svg)](https://github.com/ace-design/jpipe/actions/workflows/compiler.yml) &nbsp; &nbsp; &nbsp;
[![jPipe Language Extension](https://github.com/ace-design/jpipe/actions/workflows/extension.yml/badge.svg)](https://github.com/ace-design/jpipe/actions/workflows/extension.yml)
</div>


The jPipe environment supports the definition of justification to support software maintenance activities. The name comes from "justified pipelines", as the key idea is to design an environment supporting the justification of CI/CD pipelines by design.

## General Information
Expand Down

0 comments on commit 0310d50

Please sign in to comment.