netzbeere-web/.github/workflows/editorconfig-checker.yml
XhmikosR d28a5e7019 Streamline actions, format and switch to Node.js 22
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-30 11:13:02 +03:00

18 lines
363 B
YAML

name: editorconfig-checker
on:
pull_request:
push:
jobs:
build:
name: editorconfig-checker
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker