check_style CI no longer needs git history

This commit is contained in:
heinrich5991 2020-10-13 23:33:51 +02:00
parent 0689466002
commit bf576de5b6

View file

@ -14,8 +14,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install clang-format
run: |
sudo apt-get update -y