Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Michon committed Jun 23, 2023
0 parents commit 019291a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [push]
jobs:
checkout-osvvm:
runs-on: ubuntu-latest
steps:
- name: '⚙️ Setup GHDL'
uses: ghdl/setup-ghdl-ci@master
- name: '🧰 Checkout'
uses: actions/checkout@v3
with:
path: OsvvmLibraries
submodules: recursive
Empty file added README.md
Empty file.

0 comments on commit 019291a

Please sign in to comment.