fix conditional compilation for od swap in put()/get(); make the file… #499
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: format | |
on: [push, pull_request] | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
container: philipdavis/dspaces-deps:v23052024 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: clang-format | |
run: scripts/format.sh cf |