Skip to content

[27] Bugfix - Horizontal flip when switching between camera apps. #37

[27] Bugfix - Horizontal flip when switching between camera apps.

[27] Bugfix - Horizontal flip when switching between camera apps. #37

name: "Build test + lint."
on: pull_request
jobs:
ufbt-build-action:
runs-on: ubuntu-latest
name: "ufbt: Build for Dev branch"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build with ufbt
# Flipper Zero ufbt action
# https://github.com/flipperdevices/flipperzero-ufbt-action
uses: flipperdevices/[email protected]
id: build-app
with:
app-dir: ./fap
sdk-channel: dev
- name: Lint sources
uses: flipperdevices/[email protected]
with:
skip-setup: true
task: lint