Skip to content

Merge pull request #33 from thcipriani/thcipriani/wordnet #7

Merge pull request #33 from thcipriani/thcipriani/wordnet

Merge pull request #33 from thcipriani/thcipriani/wordnet #7

Workflow file for this run

name: check
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: python macroetym/main.py
- name: Python Linter
uses: sunnysid3up/python-linter@master
with:
source: "macroetym"