Skip to content

Commit e46feaa

Browse files
pixelead0erickisos
andauthored
fix: broken links y check script (#30) (#43)
* fix: broken links y check script * chore: run pre-commit Co-authored-by: Erick G. Islas-Osuna <[email protected]>
1 parent 0054b98 commit e46feaa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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:

broken_links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,4 +756,4 @@
756756
"link_type": "markdown"
757757
}
758758
]
759-
}
759+
}

0 commit comments

Comments
 (0)