Skip to content

Simple Clean up, .gitignore improved, PR template added #144

Simple Clean up, .gitignore improved, PR template added

Simple Clean up, .gitignore improved, PR template added #144

Workflow file for this run

name: GitHub Markdown Links
on:
push:
pull_request:
schedule:
- cron: '0 8 * * 6'
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update -y
- run: >-
sudo apt-get install -y
pandoc
- uses: actions/checkout@v3
- run: |
find . -name '*.html' -delete
- run: |
find . -name '*.md' -exec pandoc -i {} -o {}.html \;
- uses: anishathalye/proof-html@v1
with:
directory: .
check_favicon: false
empty_alt_ignore: true
url_ignore_re: |
^https:\/\/twitter.com\/CleanlabAI