Add note that FTL will run much slower in valgrind #1265
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: editorconfig-checker | |
on: | |
pull_request: | |
push: | |
jobs: | |
build: | |
name: editorconfig-checker | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.2.2 | |
- uses: editorconfig-checker/action-editorconfig-checker@main | |
- run: editorconfig-checker |