Unverified Commit 3a08c151 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Change FORMAT_FILE -> FILENAME in validate_links action

parent ff31b266
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *' - cron: '0 0 * * *'
env: env:
FORMAT_FILE: README.md FILENAME: README.md
jobs: jobs:
validate_links: validate_links:
...@@ -24,4 +24,4 @@ jobs: ...@@ -24,4 +24,4 @@ jobs:
run: python -m pip install -r scripts/requirements.txt run: python -m pip install -r scripts/requirements.txt
- name: Validate all links from README.md - name: Validate all links from README.md
run: python scripts/validate/links.py ${FORMAT_FILE} run: python scripts/validate/links.py ${FILENAME}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment