Skip to content

Moves enum macros into the main file and fixes compilation errors #3370

Moves enum macros into the main file and fixes compilation errors

Moves enum macros into the main file and fixes compilation errors #3370

Workflow file for this run

# yamllint disable rule:line-length
---
name: Lint
# yamllint disable rule:truthy
on:
- pull_request
- push
jobs:
YAML:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: YAML check (yamllint)
uses: ibiqlik/action-yamllint@master
with:
strict: true