Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Nov 18, 2023
2 parents 9b35dd4 + 9d745de commit 58d33c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Install dependencies
run: npm ci
-
name: Run linter
name: Run stylelint
run: npm run sass:lint
-
name: Run eslint
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ We used [Alpine.js](https://alpinejs.dev/) to handle the JS code. Although there
- [Order List](https://root-admin.sprucecss.com/orders/)
- [Customer List](https://root-admin.sprucecss.com/customers/)
- [Category List](https://root-admin.sprucecss.com/categories/)
- [Item Edit](https://root-admin.sprucecss.com/item-edit/)
- [Item View](https://root-admin.sprucecss.com/item-view/)
- [Item Edit](https://root-admin.sprucecss.com/item/edit/)
- [Item View](https://root-admin.sprucecss.com/item/view/)
- [Settings](https://root-admin.sprucecss.com/settings/)
- [Sign In](https://root-admin.sprucecss.com/sign-in/)
- [Sign Up](https://root-admin.sprucecss.com/sign-up/)
Expand Down

0 comments on commit 58d33c6

Please sign in to comment.