Skip to content

Commit

Permalink
add ci status
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbelt committed Oct 11, 2024
1 parent 34b3f54 commit d6d4d83
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Checkout-Keninian
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
repository: sireum/kekinian
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Support longpaths
run: git config --system core.longpaths true
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Checkout-Keninian
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
repository: sireum/kekinian
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Checkout-Keninian
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
repository: sireum/kekinian
Expand Down
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Isolette

<table>
<tr>
<td>
<a href="https://github.com/santoslab/isolette-artifacts/actions/workflows/CI-macOS.yml"><img src="https://github.com/santoslab/isolette-artifacts/actions/workflows/CI-macOS.yml/badge.svg" alt="macOS"> </a>
<a href="https://github.com/santoslab/isolette-artifacts/actions/workflows/CI_linux.yml"><img src="https://github.com/santoslab/isolette-artifacts/actions/workflows/CI_linux.yml/badge.svg" alt="Linux"></a>
<a href="https://github.com/santoslab/isolette-artifacts/actions/workflows/CI-windows.yml"><img src="https://github.com/santoslab/isolette-artifacts/actions/workflows/CI-windows.yml/badge.svg" alt="Windows"></a>
</td>
</table>

![arch](aadl/diagrams/arch.svg)

## Requirements
Expand Down

0 comments on commit d6d4d83

Please sign in to comment.