Skip to content
Snippets Groups Projects
Commit b4fbb1fc authored by Trevor Bekolay's avatar Trevor Bekolay
Browse files

Ensure that checks are run from repo root

parent e0b6f49e
Branches
Tags
No related merge requests found
#!/usr/bin/env bash
# check: Ensure that proper formatting has been used.
# Ensure we run from the lesson directory
cd "$( dirname "${BASH_SOURCE[0]}" )" && cd ..
# Show all of the FIXMEs in the lessons content
grep -i -n FIXME ??-*.md
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