Skip to content

Commit

Permalink
Merge pull request #135 from eltana-org/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
GrantBirki committed Sep 17, 2023
2 parents 8b68756 + 8411ad8 commit 18818c4
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.trigger.outputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: astro build cache
id: astro-build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: astro build cache
id: astro-build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: json-yaml-validate
id: json-yaml-validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
# Comment on new PR requests with deployment instructions
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: comment
uses: GrantBirki/comment@v2.0.6
continue-on-error: true
Expand Down
42 changes: 36 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"limax": "2.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^2.8.7",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.8.1",
"reading-time": "^1.5.0",
"sharp": "^0.32.1",
Expand Down
4 changes: 3 additions & 1 deletion src/components/widgets/css/success.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
stroke-miterlimit: 10;
margin: 5rem auto;
box-shadow: inset 0px 0px 0px #7ac142;
animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
animation:
fill 0.4s ease-in-out 0.4s forwards,
scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
transform-origin: 50% 50%;
Expand Down

0 comments on commit 18818c4

Please sign in to comment.