Skip to content

VersionBumpValidator - 16837 - Fixed issue where validator failed if … #590

VersionBumpValidator - 16837 - Fixed issue where validator failed if …

VersionBumpValidator - 16837 - Fixed issue where validator failed if … #590

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Build and run
run: |
pip install .
pip install -r requirements.txt
icon-validate --version