Skip to content

Update main.py

Update main.py #2

Workflow file for this run

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run tests
run: make test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}