Skip to content

Commit

Permalink
Merge pull request #59 from subeshb1/ISS-58
Browse files Browse the repository at this point in the history
refactor(date-config): make date-config human readable
  • Loading branch information
subeshb1 authored Oct 23, 2024
2 parents 383645e + 8209245 commit e623e82
Show file tree
Hide file tree
Showing 6 changed files with 1,397 additions and 152 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run lint
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ $ git push

```

## Fixing dates and adding future data

The length of month can change for the future dates. Update the `date-config-ts` files with the number of days in respective months to fix the issue. Order the data in ascending order

## Maintainer

- [Subesh Bhandari](https://twitter.com/subesh1)
62 changes: 34 additions & 28 deletions package-lock.json

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

Loading

0 comments on commit e623e82

Please sign in to comment.