Skip to content

Commit

Permalink
fix(ci): fix path to lighthouserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicles committed Jan 21, 2020
1 parent d12c777 commit 231f813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: success()
uses: treosh/lighthouse-ci-action@v2
with:
configPath: "./lighthouseci/lighthouse-config.js"
configPath: ".lighthouseci/lighthouserc.json"
urls: |
http://localhost:3000
http://localhost:3000/blog
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Only 1-2 issues active at once, and please [give constructive criticism](https:/
## User Stories

- [ ] To `serve customers` as a `dev` I want `user stories` because `they help me put benefits before features`
- [ ]
- [ ] To `work on stuff people want` as a `dev` I want `market demand testing` because `this confirms or refutes people want the platform`

- [ ] To `hack faster` as a `dev` I want `clear docs` because `if it's not documented, I don't know how to use it`

Expand Down

0 comments on commit 231f813

Please sign in to comment.