Skip to content

Commit 1ed8abf

Browse files
authored
fix: broken links y check script (#30)
* fix: broken links y check script * chore: run pre-commit
1 parent 762cc43 commit 1ed8abf

File tree

14 files changed

+225
-214
lines changed

14 files changed

+225
-214
lines changed

.commitlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"extends": ["@commitlint/config-conventional"]
3-
}
3+
}

.github/workflows/deploy-aws.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
19-
fetch-depth: 0
19+
fetch-depth: 0
2020

2121
- name: Validate PR Title
22-
uses: wagoid/commitlint-github-action@v5
22+
uses: wagoid/commitlint-github-action@v5
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
@@ -79,7 +79,7 @@ jobs:
7979
--cache-control "public, max-age=0, must-revalidate" \
8080
--exclude "*" \
8181
--include "sitemap.xml"
82-
82+
8383
cleanup-staging:
8484
name: Stop Staging Site
8585
needs: build-and-deploy
@@ -95,4 +95,4 @@ jobs:
9595

9696
- name: Stop Staging Site
9797
run: |
98-
aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive
98+
aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
fetch-depth: 0
20+
fetch-depth: 0
2121

2222
- name: Validate PR Title
23-
uses: wagoid/commitlint-github-action@v5
23+
uses: wagoid/commitlint-github-action@v5
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:

0 commit comments

Comments
 (0)