Skip to content

solve add string numbers #30

solve add string numbers

solve add string numbers #30

Workflow file for this run

name: Test workflow
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install CMake and Make
run: sudo apt-get install -y cmake make
- name: Run tests
run: |
chmod +x run_tests.sh
./run_tests.sh