diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..545e9f9 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +name: Check URLs + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: URLs-checker + uses: SuperKogito/URLs-checker@0.1.2 + with: + # The project base path. + git_path: https://github.com/ynop/audiomate + # A comma-separated list of file types to cover in the URL checks + file_types: .md,.py,.rst,.html + # Choose whether to include file with no URLs in the prints. + print_all: False