1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 12:26:48 +01:00

Checkout before lint

This commit is contained in:
John Maguire 2020-05-24 16:44:23 +01:00
parent 0e131315c7
commit 08e09280a9

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: