Skip to content

feat(m4): add solution exe-007 weird-words #454

feat(m4): add solution exe-007 weird-words

feat(m4): add solution exe-007 weird-words #454

Workflow file for this run

name: python_unittest
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade pip
- name: Test with unittest
run: python -m unittest discover -s ./projects