Files
Momentum-Firmware/.github/workflows/lint.yml
WillyJL 56b7fdb7e9 Update workflows (#257)
* Update workflows

* Sync apps with workflow
2024-10-12 02:07:28 +01:00

27 lines
410 B
YAML

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