Skip to content

Commit

Permalink
Update .github/workflows/inshpect.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed May 12, 2024
1 parent 336e9d6 commit d5a1f62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ jobs:
- name: Fetch master
run: git fetch --no-tags --depth=1 origin +refs/heads/master:refs/heads/master

# Fails if there are tabs in source files.
# - name: Check formatting
# run: ./.github/format.sh

# - name: Check scripts formatting
# if: always()
# run: black --line-length 105 scripts/

# # Fails if there are differences.
# - name: Formatting issues
# if: always()
# run: git diff --color --exit-code

- name: Check include guards
if: always()
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/inshpect.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Inshepct

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit d5a1f62

Please sign in to comment.