Skip to content

Fix /time <value> command to require unit specification instead of defaulting to minutes #25

Fix /time <value> command to require unit specification instead of defaulting to minutes

Fix /time <value> command to require unit specification instead of defaulting to minutes #25

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