Skip to content

Commit

Permalink
chore: Update Clang-Format action and remove Lint step in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 24, 2024
1 parent cc122a4 commit ffb7727
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ jobs:
path: |
${{github.workspace}}/v4l-utils-install
- name: Lint with Clang-Format
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'c,h,cpp'
clangFormatVersion: 14

- name: Release
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.build-type == 'Release' }}
Expand Down

0 comments on commit ffb7727

Please sign in to comment.