Skip to content

VFX Platform 2023.1 updates #513

VFX Platform 2023.1 updates

VFX Platform 2023.1 updates #513

Workflow file for this run

name: Test Python aswfdocker Library
on:
push:
branches:
- '*'
paths-ignore:
- '**.md'
pull_request:
branches:
- '*'
paths-ignore:
- '**.md'
jobs:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pipenv'
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- name: Install aswfdocker and dev dependencies with pipenv
run: pipenv install --dev
- name: Run all pre-commit tests
run: pipenv run pre-commit run --all-files
- name: Check that all templated Dockerfile and README.md are up to date
run: pipenv run aswfdocker dockergen --check