mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Add header to install.yml
This commit is contained in:
parent
7de44871ef
commit
b4447b393c
1 changed files with 9 additions and 0 deletions
9
.github/workflows/install.yml
vendored
9
.github/workflows/install.yml
vendored
|
@ -1,3 +1,12 @@
|
|||
##################################
|
||||
# install.yml
|
||||
# jcarlin@hmc.edu October 2024
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
|
||||
#
|
||||
# GitHub Action to test the wally-tool-chain-install.sh script for all supported linux distributions
|
||||
# and configurations. Runs weekly and on pull requests that modify the installation scripts.
|
||||
##################################
|
||||
|
||||
name: Installation
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue