Fix /time <value> command to require unit specification instead of defaulting to minutes #25
This file contains hidden or 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 Languages | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| - development | |
| jobs: | |
| check_languages: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Setup | |
| run: | | |
| sudo apt-get update | |
| sudo apt-get -y install python3 | |
| - name: Build | |
| run: | | |
| cd src | |
| python3 langcheck.py |