Skip to content

DPE-2221 DPE-2224 Rename version and dump only rock license into the image #52

DPE-2221 DPE-2224 Rename version and dump only rock license into the image

DPE-2221 DPE-2224 Rename version and dump only rock license into the image #52

Workflow file for this run

name: Lint
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install tox
run: python3 -m pip install tox
- name: YAML Lint
run: tox -e lint