tra-superscript/.github/workflows/build-cli.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: did not find expected '-' indicator
2021-04-25 03:51:01 +00:00

18 lines
450 B
YAML

# 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:
- name: Checkout master
uses: actions/checkout@master