Add missing scorpion entries to allow them to be used in zeus #57
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Editor Config Enforcer" | |
on: | |
- pull_request | |
jobs: | |
editer-config-enforcer: | |
permissions: | |
contents: read | |
# pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.2.2 | |
- uses: kasperhesthaven/setup-editorconfig-checker@v1.2.0 | |
# - uses: zbeekman/EditorConfig-Action@v1.1.1 # broken | |
# - uses: wow-rp-addons/actions-editorconfig-check@v1.0.1 | |
- uses: greut/eclint-action@v0 | |
# - uses: editorconfig-checker/action-editorconfig-checker@v1.0.0 | |
# - uses: snow-actions/eclint@v1.0.1 | |