Koboldcpp / .github /workflows /editorconfig.yml
Illumotion's picture
Upload folder using huggingface_hub
3e5595b
raw
history blame
No virus
311 Bytes
name: EditorConfig Checker
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker