Update dependency pandas to v2 #278
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
# Run clang-format | |
name: Clang-format | |
on: [push, pull_request] | |
jobs: | |
checkout-and-check-formatting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run clang-format | |
uses: HorstBaerbel/[email protected] | |