Skip to content

Commit

Permalink
Merge pull request #1007 from maxmind/nobeid/uhu-537-improve-zizmor-a…
Browse files Browse the repository at this point in the history
…ction

update zizmor to verson 1.2.2
  • Loading branch information
faktas2 authored Jan 29, 2025
2 parents d73c8a2 + 1710521 commit e94a52a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
pull_request:

permissions: {}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
pull_request:

permissions: {}

jobs:
cache-keys:
name: Setup – Cache keys
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
pull_request:

permissions: {}

jobs:
prettier:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
enable-cache: false

- name: Run zizmor
run: uvx zizmor --format plain .
run: uvx zizmor@1.2.2 --format plain .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ module.exports = {
*/
'css-initial-value',

/**
* Parcial supported - Safari
*
* https://caniuse.com/?search=css-marker-pseudo
*/
'css-marker-pseudo',

/**
* Not supported - IE11
*
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
font-family: var(--mm-font-stack-display);
font-size: 16px;
font-weight: 500;
margin: 0 0 calc(var(--mm-spacing) / 2) 0;
margin: 0 0 calc(var(--mm-spacing) / 2);
margin-bottom: calc(var(--mm-spacing) / 2);
}

Expand Down
1 change: 0 additions & 1 deletion assets/scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
.pagination__newer,
.pagination__older {
align-items: center;
background: 0.1s ease-in-out;
border-radius: var(--mm-border-radius);
color: var(--mm-color-display-text);
column-gap: calc(var(--mm-spacing) / 2);
Expand Down

0 comments on commit e94a52a

Please sign in to comment.