mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
* update editorconfig to set unix-style newlines and trim whitespace * add editorconfig github action to the CI * fix whitespace
14 lines
253 B
YAML
14 lines
253 B
YAML
name: EditorConfig Checker
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
editorconfig:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: editorconfig-checker/action-editorconfig-checker@main
|
|
- run: editorconfig-checker
|