Merge branch 'main' into project-mix-check #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for Project mixups | |
on: push | |
jobs: | |
build: | |
name: Check for Project mixups | |
runs-on: ubuntu-latest | |
steps: | |
# The checkout step | |
# grep -L "open beauty facts" lang/opff/*/texts/index.html | |
- uses: actions/checkout@master | |
- name: grep mixes | |
run: | | |
grep "open beauty facts" lang/opff/*/texts/index.html | |