Skip to content

Upgrade to GNOME 44+ compatibility #133

Upgrade to GNOME 44+ compatibility

Upgrade to GNOME 44+ compatibility #133

Workflow file for this run

name: Verify code formatting
on: pull_request
jobs:
lint:
name: Verify code format
container:
image: docker://alpine:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: clang-format
run: apk add --no-cache clang-extra-tools
- name: lint
run: clang-format --Werror --dry-run --style=file --verbose src/gs-plugin-apk/*.c tests/*.c