Skip to content

Add build and deploy config for the old Network Dashboard #181

Add build and deploy config for the old Network Dashboard

Add build and deploy config for the old Network Dashboard #181

Workflow file for this run

name: Yamllint
on: # yamllint disable-line rule:truthy
push:
paths: '**.yaml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install 'yamllint'
run: pip install --user yamllint==1.26.3
- name: Run 'yamllint'
run: yamllint --strict --format=github .