drogon/.github/workflows/cpp.yml

22 lines
340 B
YAML
Raw Normal View History

name: C++
on:
push:
2023-08-28 09:59:39 +00:00
branches: [master]
pull_request:
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dos2unix
run: sudo apt-get install -y dos2unix
- name: Check formatting
run: ./format.sh && git diff --exit-code