Skip to content

Create extmath.py (#294) #2

Create extmath.py (#294)

Create extmath.py (#294) #2

Workflow file for this run

---
name: Yaml Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: |
rules:
line-length:
max: 300
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true