From 91cc334507766411c20f013172dfcd044014f2c6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 24 Oct 2022 12:01:47 -0400 Subject: Create main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fcba29c --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: CI +on: [push] +jobs: + lighthouseci: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 + - run: npm install && npm install -g @lhci/cli@0.6.x + - run: npm run build + - run: lhci autorun + env: + LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} -- cgit v1.2.3