chore: add workflow to test website install instructions (#1075)

Signed-off-by: Isaac Parker <parrotmac@gmail.com>
This commit is contained in:
Isaac Parker 2024-01-09 06:07:12 -07:00 committed by GitHub
parent 5c2e18d863
commit cd3418f56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,3 +231,14 @@ jobs:
with:
path: ".licensei.cache"
key: licensei-cache-${{ hashFiles('go.sum') }}
installation-instructions:
name: "Test Installation Instructions"
runs-on: ubuntu-latest
steps:
- name: "Fetch source code"
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: "Run Installation Instructions Test"
run: make test-linux-install-instructions