mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-06-30 18:54:25 +00:00
chore: add forceConsistentCasingInFileNames to tsconfig; fix wiki-sync action
This commit is contained in:
parent
536f1c5189
commit
9e88126a10
2 changed files with 13 additions and 9 deletions
21
.github/workflows/wiki-sync.yml
vendored
21
.github/workflows/wiki-sync.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Wiki sync
|
||||
name: Wiki Sync
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -6,17 +6,20 @@ on:
|
|||
paths:
|
||||
- '.wiki/**'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: Sync .wiki to GitHub Wiki
|
||||
name: Sync wiki to GitHub Wiki
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Sync wiki pages
|
||||
uses: nicenshtein/wiki-page-creator-action@v1
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
||||
- name: Sync .wiki/ to GitHub Wiki
|
||||
uses: Andrew-Chen-Wang/github-wiki-action@v4
|
||||
with:
|
||||
owner: acamarata
|
||||
repo-name: date-fns-hijri
|
||||
md-folder: .wiki
|
||||
path: .wiki/
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_ACTOR: ${{ github.actor }}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue