Skip to content

Add GitHub Actions workflow for VHDL build. #1

Add GitHub Actions workflow for VHDL build.

Add GitHub Actions workflow for VHDL build. #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: echo "test"