diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml new file mode 100644 index 000000000..1ca6a1b25 --- /dev/null +++ b/.github/workflows/lighthouse-ci.yml @@ -0,0 +1,18 @@ +name: lighthouse-ci + +on: + push: + branches: + - feature/lighthouse-ci + +jobs: + lighthouseci: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 18 + - run: npm install && npm install -g @lhci/cli@0.14.x + - run: npm run build + - run: lhci autorun