Skip to content

add GitHub Actions worklfow 'Pipeline' #2

add GitHub Actions worklfow 'Pipeline'

add GitHub Actions worklfow 'Pipeline' #2

Workflow file for this run

name: Pipeline
on:
push:
pull_request:
workflow_dispatch:
jobs:
GHDL:
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v3
- name: 'Test GHDL'
uses: docker://gcr.io/hdl-containers/sim/osvb
with:
args: .github/scripts/ghdl.sh