1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 16:09:36 +02:00

domain check

This commit is contained in:
Marius 2021-07-27 17:28:52 +02:00
parent 6754eb9e62
commit df3d1cc3aa

View File

@ -10,6 +10,13 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Wrong domain check
run: |
echo "$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }})"
if git grep -q -E ${{ secrets.DOMAIN }} -- *.css; then
echo "Game over man!"
exit 1
fi
- uses: actions/checkout@v2
- name: Auto Minify