Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
chore: move lighthouse to own workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Nov 3, 2019
1 parent 6eaaa88 commit b0aafb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lighthouse Check

on: [push]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lighthouse Check
uses: foo-software/lighthouse-check-action@master
with:
urls: 'https://mcansh.blog,https://mcansh.blog/ruby-project,https://mcansh.blog/rails-project,https://mcansh.blog/sinatra-project,https://mcansh.blog/time-to-hex,https://mcansh.blog/similarities-between-life-and-code,https://mcansh.blog/rack-key-concepts,https://mcansh.blog/javascript-classes,https://mcansh.blog/object-lifecycle-cheatsheet,https://mcansh.blog/html5-progress-element,https://mcansh.blog/why-im-learning-software-development'
6 changes: 0 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}

- name: Lighthouse Check
uses: foo-software/lighthouse-check-action@master
with:
urls: 'https://mcansh.blog,https://mcansh.blog/ruby-project,https://mcansh.blog/rails-project,https://mcansh.blog/sinatra-project,https://mcansh.blog/time-to-hex,https://mcansh.blog/similarities-between-life-and-code,https://mcansh.blog/rack-key-concepts,https://mcansh.blog/javascript-classes,https://mcansh.blog/object-lifecycle-cheatsheet,https://mcansh.blog/html5-progress-element,https://mcansh.blog/why-im-learning-software-development'

0 comments on commit b0aafb7

Please sign in to comment.