Skip to content

Commit

Permalink
Add header to install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 7de4487 commit b4447b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
##################################
# install.yml
# [email protected] 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:
Expand Down

0 comments on commit b4447b3

Please sign in to comment.