Skip to content

Merge branch 'competition' #73

Merge branch 'competition'

Merge branch 'competition' #73

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Superscript Unit Tests
on:
release:
types: [published, edited]
jobs:
generate:
name: Build Linux
runs-on: ubuntu-latest
steps:

Check failure on line 15 in .github/workflows/build-cli.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-cli.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Checkout master
uses: actions/checkout@master