Revert "ci : disable CI temporary to not waste energy"

This reverts commit 7e82d25f40.
This commit is contained in:
Georgi Gerganov 2023-08-17 17:23:16 +03:00
parent 2ddd9681d6
commit dd016cc246
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
6 changed files with 942 additions and 0 deletions

17
.github/workflows/editorconfig.yml vendored Normal file
View file

@ -0,0 +1,17 @@
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