Skip to content

Merge pull request #4 from diligejy/diligejy-patch-2 #92

Merge pull request #4 from diligejy/diligejy-patch-2

Merge pull request #4 from diligejy/diligejy-patch-2 #92

Workflow file for this run

name: Azure Python 3.5
on: [push]
jobs:
build:
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.5.10
uses: actions/setup-python@v1
with:
python-version: 3.5.10
- name: Install dependencies
run: |
make install
- name: Lint
run: |
make lint
- name: Test
run: |
make test