Skip to content

Adapting to the new mflike version (#13) #46

Adapting to the new mflike version (#13)

Adapting to the new mflike version (#13) #46

Workflow file for this run

name: Testing
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate yaml files
uses: ibiqlik/action-yamllint@v3
with:
config_data: |
extends: default
rules:
document-start:
present: false
line-length:
max: 100
level: warning