Skip to content

Commit

Permalink
Adds ci badges for main and dev branches to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiHarif committed Oct 8, 2024
1 parent b62722c commit 3d118ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@

# GraphIR-Toolchain

<p align="center">
<a href="https://github.com/AdiHarif/GraphIR-Toolchain/actions/">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/AdiHarif/GraphIR-Toolchain/ci-tests.yml?style=flat-square&label=CI%3A%20main&link=https%3A%2F%2Fgithub.com%2FAdiHarif%2FGraphIR-Toolchain%2Factions%2F">
</a>
<a href="https://github.com/AdiHarif/GraphIR-Toolchain/actions/">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/AdiHarif/GraphIR-Toolchain/ci-tests.yml?branch=dev&style=flat-square&label=CI%3A%20dev&link=https%3A%2F%2Fgithub.com%2FAdiHarif%2FGraphIR-Toolchain%2Factions%2F">
</a>
</p>


This repository contains the source code for managing the GraphIR toolchain, which is a set of tools for the extraction, analysis and transformation of GraphIR. GraphIR is a graph-based, single static assignment (SSA) intermediate representation (IR) for analysis and optimization of gradually typed languages.

## GraphIR Related Repositories
Expand Down

0 comments on commit 3d118ae

Please sign in to comment.