Skip to content

Merge branch 'aku/copro_v1.19.0' of https://github.com/flipperdevices… #276

Merge branch 'aku/copro_v1.19.0' of https://github.com/flipperdevices…

Merge branch 'aku/copro_v1.19.0' of https://github.com/flipperdevices… #276

Workflow file for this run

name: "Lint"
on:
push:
branches:
- dev
tags:
- "*"
pull_request:
env:
SET_GH_OUTPUT: 1
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: "Check code formatting"
run: ./fbt lint lint_py