Skip to content

Commit

Permalink
fuck em formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed May 20, 2024
1 parent 3cfa8b1 commit 57f16f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,6 @@ jobs:
outputs:
version_string: ${{ github.ref_name }}-${{ steps.vars.outputs.short_sha }}

check-newlines:
name: Check for CRLF and final newlines
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for CRLF and final newlines
run: |
./scripts/check-newlines.sh
check-formatting:
name: Check for consistent formatting
runs-on: ubuntu-latest
strategy:
matrix:
path:
- check: 'src'
exclude: 'sdk'
steps:
- uses: actions/checkout@v3
- uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}

build:
name: Build
uses: ./.github/workflows/build.yaml
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/build-push-and-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,6 @@ jobs:
outputs:
short_sha: ${{ steps.vars.outputs.short_sha }}

check-newlines:
name: Check for CRLF and final newlines
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./scripts/check-newlines.sh

check-formatting:
name: Check for consistent formatting
runs-on: ubuntu-latest
strategy:
matrix:
path:
- check: 'src'
exclude: 'sdk'
steps:
- uses: actions/checkout@v3
- uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}

build-push:
if: ${{ github.event_name == 'push' }}
name: Build Push
Expand Down

0 comments on commit 57f16f5

Please sign in to comment.