Skip to content

Bump python from 10f3aaa to 123be56 in /docker/mware #922

Bump python from 10f3aaa to 123be56 in /docker/mware

Bump python from 10f3aaa to 123be56 in /docker/mware #922

Workflow file for this run

name: Lint C code
on: [push]
# Declare default permissions as read only.
permissions: read-all
jobs:
run-c-linter:
name: Run C linter
runs-on: ubuntu-20.04
steps:
- name: Checkout this repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Build the ledger docker image
run: docker/ledger/build
- name: Lint
run: ./lint-c