From 1a8bb95c0a7446456407d2c1d79721d20be2ab3d Mon Sep 17 00:00:00 2001 From: Ayoub Malek Date: Sat, 30 Nov 2019 21:31:22 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml 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