diff --git a/.github/workflows/doclinks.yml b/.github/workflows/doclinks.yml new file mode 100644 index 0000000..8ca5885 --- /dev/null +++ b/.github/workflows/doclinks.yml @@ -0,0 +1,16 @@ +name: DocLinks + +on: + push: + branches: [ "main", "docs" ] + pull_request: + branches: [ "main" ] + schedule: + - cron: '0 0 1 * *' + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1 \ No newline at end of file diff --git a/README.md b/README.md index 0296c4f..58b7c7d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # wbStata +www.knownfail.org + `wbStata` is a CLI utility to easily convert between (or, go way back to) versions of Stata's `.dta`, which are not forward compatible. * Cross-platform CLI utility: Windows, Mac, Linux. * No knowledge of Python required (but requires a Python installation).