Skip to content

Evaluate the "duplicates" parameter for influxdb api (originally #522 by @bi-on) #357

Evaluate the "duplicates" parameter for influxdb api (originally #522 by @bi-on)

Evaluate the "duplicates" parameter for influxdb api (originally #522 by @bi-on) #357

name: check-formatting
on: [push, pull_request]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: install clang-format
run: sudo apt-get update && sudo apt-get install clang-format
- uses: actions/checkout@v2
- run: ./check-formatting.sh