aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 3cef293..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Lighthouse CI
-on: push
-jobs:
- lighthouse:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Audit URLs using Lighthouse
- uses: treosh/lighthouse-ci-action@v9
- with:
- urls: |
- https://alee14.me
- uploadArtifacts: true # save results as an action artifacts
- temporaryPublicStorage: true # upload lighthouse report to the temporary storage