Skip to content

Commit

Permalink
Init workflow to test doc links (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Apr 2, 2024
1 parent d5064e9 commit 45086fa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/doclinks.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 45086fa

Please sign in to comment.