Skip to content

ci: add editorconfig to validate files format #8

ci: add editorconfig to validate files format

ci: add editorconfig to validate files format #8

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
push:
jobs:
ci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
- name: EditorConfig-Action
uses: zbeekman/EditorConfig-Action@v1.1.1