Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jan 27, 2025
1 parent 7ad792b commit 4e9d8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
./actionlint -color
textlint:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: actions/checkout@v4
- name: flake check
run: nix develop --command bash -c "textlint 'org/**/*.org'"
secretlint:
Expand Down
2 changes: 1 addition & 1 deletion org/fleeting/20250127144907-my_usage_org_crypt.org
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ ng:
当初の目的を満たせてよかったので満足。
pre-commitでsecretlintを回すようにしているので、encrypt忘れはそちらでもカバーできるようにしている。

余談だが、org-encryptを活用例でいうとこなゆき氏のdotfilesが非常によく出来ているので、一読することをオススメする
余談だが、org-encryptを活用例でいうとこなゆき氏のdotfilesが非常によくできているので、一読することをお勧めする
https://github.com/p-snow/config/blob/main/dotfiles.org

0 comments on commit 4e9d8b4

Please sign in to comment.