Skip to content

Commit

Permalink
Merge pull request #11 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Upgrade typos in CI
  • Loading branch information
mrmundt authored Dec 1, 2023
2 parents 872ce2d + 5b6e051 commit 3fcede5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v3

- name: Check Spelling
uses: crate-ci/typos@12c64918956d94e55a2ca8c5cbca111e759f5654 # version 1.13.8
uses: crate-ci/typos@c97d621b6b01d8b0258538ca15abeca5c5764601 # version 1.16.23
with:
files: ./_posts ./pages ./README.md ./index.html
config: ./.github/workflows/typo_config.toml

- name: URLs-checker
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/typo_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ extend-ignore-re = [
"Brain tailoRed stImulation protocoL",
"Vas Vasiliadis",
]
[default.extend-words]
Vas = "Vas"
protoco = "protoco"
4 changes: 2 additions & 2 deletions assets/js/jquery.magnific-popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@
}
},

// Get element postion relative to viewport
// Get element position relative to viewport
_getOffset: function(isLarge) {
var el;
if(isLarge) {
Expand Down Expand Up @@ -1857,4 +1857,4 @@
});

/*>>retina*/
_checkInstance(); }));
_checkInstance(); }));

0 comments on commit 3fcede5

Please sign in to comment.