Skip to content

Commit

Permalink
refactor: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Oct 20, 2024
1 parent 373d9d1 commit 31da02b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
open_collective: front-end-checklist
github: thedaviddias
ko_fi: thedaviddias
patreon: thedaviddias
buy_me_a_coffee: thedaviddias
thanks_dev: thedaviddias
8 changes: 1 addition & 7 deletions .github/workflows/readme-check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Readme Check

on:
push:
paths:
- './README.md'
pull_request:
paths:
- './README.md'
- 'README.md'

env:
HUSKY: 0
Expand Down Expand Up @@ -35,9 +32,6 @@ jobs:
- name: Check Markdown formatting
run: pnpm format:check

- name: Lint Markdown
run: pnpm lint:md

- name: Link Checker
uses: lycheeverse/lychee-action@v2.0.2
with:
Expand Down
5 changes: 1 addition & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint:md && npm format:fix
pnpm format:fix
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ HTML page to production.
- [🎮 Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist#---------front-end-performance-checklist-)
- [💎 Front-End Design Checklist](https://github.com/thedaviddias/Front-End-Design-Checklist#front-end-design-checklist)

---

## ⭐️ I've just launched a new curated list for [indie developers](https://github.com/thedaviddias/indie-dev-toolkit), feel free to check it out! ⭐️

---
> [!TIP]
> ⭐️ I've just launched a new curated list for [indie developers](https://github.com/thedaviddias/indie-dev-toolkit), feel free to check it out! ⭐️
## 📚 Table of Contents

Expand Down Expand Up @@ -828,6 +825,7 @@ The Front-End Checklist is also available in other languages. Thanks for all tra
If you have any question or suggestion, don't hesitate to reach me on X:

- [X (formerly Twitter)](https://ddias.link/x)
- [Chat on Discord](https://ddias.link/discord)

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The perfect Front-End Checklist for modern websites and meticulous developers",
"scripts": {
"format:check": "prettier --check README.md",
"format:fix": "markdownlint README.md && prettier --write README.md",
"format:fix": "prettier --write README.md && markdownlint README.md",
"prepare": "husky || true"
},
"keywords": [
Expand Down

0 comments on commit 31da02b

Please sign in to comment.