Skip to content

Commit

Permalink
disable clang-format testing (#745)
Browse files Browse the repository at this point in the history
* remove clang format
  • Loading branch information
mkstoyanov authored Nov 20, 2024
1 parent 938a61d commit 57325b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 165 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ on:
push:
workflow_dispatch:
jobs:
clang-format:
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: install
working-directory: ${{runner.workspace}}/asgard
run: sudo apt install -y clang-format-12
- name: check
working-directory: ${{runner.workspace}}/asgard
run: ./testing/automated/clang-format-check.sh
build:
strategy:
matrix:
Expand Down
154 changes: 0 additions & 154 deletions testing/automated/clang-format-check.sh

This file was deleted.

0 comments on commit 57325b8

Please sign in to comment.