Skip to content

Commit

Permalink
fix: git: treat pdf as binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hansSchall committed Jun 6, 2024
1 parent cb40034 commit 532c3e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* eol=lf
*.pdf binary
3 changes: 0 additions & 3 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
- name: Test
run: deno task check-ci

- name: Git
run: git status

- name: Publish package to JSR
run: deno publish

0 comments on commit 532c3e7

Please sign in to comment.