Skip to content

YDA-5824: add error logging when creation of archive fails #128

YDA-5824: add error logging when creation of archive fails

YDA-5824: add error logging when creation of archive fails #128

name: linter-irods-clang-format
on: [push, pull_request]
defaults:
run:
shell: bash
jobs:
clang-format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install ClangFormat
run: |
sudo apt-get install -y clang-format
- name: Run ClangFormat
run: |
clang-format --dry-run -Werror src/*