]> git.ipfire.org Git - thirdparty/lldpd.git/blame - .github/workflows/style.yml
build: bump cachix/install-nix-action from 18 to 20
[thirdparty/lldpd.git] / .github / workflows / style.yml
CommitLineData
3ad6dfbb
VB
1---
2name: Code style
3on:
4 push:
5 branches:
6 - master
7 pull_request:
8jobs:
9 style-check:
10 runs-on: ubuntu-latest
11 steps:
12 - uses: actions/checkout@v3
e1af9ac6 13 - uses: cachix/install-nix-action@v20
3ad6dfbb
VB
14 - name: Check Python/C style
15 run: |
16 nix develop --command ci-helper format-c format-python
17 git diff --exit-code