This commit is contained in:
Adam Matthiesen 2024-01-23 18:51:27 -08:00
commit 3d284b9e2d
2 changed files with 6 additions and 1 deletions

View File

@ -6,9 +6,13 @@ on:
jobs: jobs:
Unlighthouse-demo: Unlighthouse-demo:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: ./unlighthouse
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
node-version: 18
fetch-depth: 0 fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies

1
unlighthouse/README.md Normal file
View File

@ -0,0 +1 @@
This is just for unlighthouse to run