Skip to content

Update docker-publish.yml #16

Update docker-publish.yml

Update docker-publish.yml #16

Workflow file for this run

name: Validate-YAML
on:
pull_request:
branches: [ main ]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate YAML file
run: |
yamllint -d "{extends: relaxed, rules: {line-length: {max: 300}}}" data_feeds_EXAMPLE.yml