set neborhood size default to 500 and workgroup size default to 20 to… #1590
This file contains hidden or 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: Style | |
| on: [push, pull_request] | |
| concurrency: | |
| group: ${{ github.ref }}-${{ github.head_ref }}-style | |
| cancel-in-progress: true | |
| jobs: | |
| tabs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Tabs | |
| run: .github/workflows/style/check_tabs.sh | |
| trailing_whitespaces: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Trailing Whitespaces | |
| run: .github/workflows/style/check_trailing_whitespaces.sh |