mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
lint all of the things
stylelint, markdownlint, linkinator
This commit is contained in:
@ -118,7 +118,7 @@ Undo the most recent commit in current Git repo:
|
||||
alias gundo="git push -f origin HEAD^:master"
|
||||
```
|
||||
|
||||
Un-quarantine an "unidentified developer's" application [blocked by Gatekeeper](https://support.apple.com/en-us/HT202491) on macOS's walled <del>prison</del> garden:
|
||||
Un-quarantine an "unidentified developer's" application [blocked by Gatekeeper](https://support.apple.com/en-us/HT202491) on macOS's walled ~~prison~~ garden:
|
||||
|
||||
```bash
|
||||
alias unq="sudo xattr -rd com.apple.quarantine"
|
||||
|
@ -33,7 +33,7 @@ Here are the actions I've made so far, sorted by popularity as of this posting:
|
||||
- **[🔄 Backblaze B2 Sync](https://github.com/jakejarvis/backblaze-b2-action)** — Sync a directory with a remote [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html) storage bucket.
|
||||
- **[💤 Wait](https://github.com/jakejarvis/wait-action)** — A very, very simple action to sleep for a given amount of time (10s, 2m, etc.)
|
||||
|
||||
----
|
||||
---
|
||||
|
||||
As an example of an *extremely* simple (and almost completely unnecessary) action, the [Wait action](https://github.com/jakejarvis/wait-action) takes one input — a unit of time — and has the pipeline sleep for that amount of time. The [`Dockerfile`](https://github.com/jakejarvis/wait-action/blob/master/Dockerfile) is as simple as this:
|
||||
|
||||
|
@ -202,4 +202,4 @@ Again, [Restic's documentation](https://restic.readthedocs.io/en/latest/index.ht
|
||||
|
||||
Literally every company's Doomsday protocols can *always* be improved, and external backups are just one part of redundancy. But pat yourself on the back — this might have been a convoluted process, but hopefully you'll be able to sleep better at night knowing your startup or personal server now has a **far** better chance of surviving whatever the cloud rains down upon you!
|
||||
|
||||
If you have any questions, feel free to leave a comment or <a href="mailto:jake@jarv.is">get in touch with me</a>. Be safe out there!
|
||||
If you have any questions, feel free to leave a comment or [get in touch with me](mailto:jake@jarv.is). Be safe out there!
|
||||
|
Reference in New Issue
Block a user