fix: fix issue that parses created date incorrectly coming from android #418
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Docs | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| jobs: | |
| readme: | |
| name: Readme | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 4 | |
| if: "!contains(github.event.head_commit.message, '[ci skip]')" | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: root readme matches stripe readme | |
| run: | | |
| sh ./.github/workflows/scripts/compare-readme.sh |