Checkout before lint

This commit is contained in:
John Maguire 2020-05-24 16:44:23 +01:00
parent 0e131315c7
commit 08e09280a9
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
name: Lint
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: clang-format
uses: DoozyX/clang-format-lint-action@v0.6
with: