Skip to content

Commit 76131bc

Browse files
committedFeb 18, 2025
feat: handle facets with links and mentions
1 parent 80dbe0a commit 76131bc

18 files changed

+73193
-66511
lines changed
 

‎.eslintignore

-2
This file was deleted.

‎.eslintrc.json

-12
This file was deleted.

‎.husky/commit-msg

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
32

43
npx commitlint --edit $1

‎.husky/pre-commit

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx lint-staged
1+
npm test

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bluesky Post Action
22

33
<p align="center">
4-
<img src=".github/assets/cute_robot_in_the_center_with_a_blue_sky.jpg">
4+
<img src=".github/assets/cute_robot_in_the_center_with_a_blue_sky.jpg" alt="robot in the clouds">
55
</p>
66

77
GitHub Action to post to [bsky.app](bsky.app)
@@ -36,7 +36,7 @@ jobs:
3636
bsky-post:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: zentered/bluesky-post-action@v0.0.1
39+
- uses: zentered/bluesky-post-action@{LATEST_VERSION}
4040
with:
4141
post: ${{ inputs.post }}
4242
service: ${{ inputs.service }}

0 commit comments

Comments
 (0)
Please sign in to comment.