Skip to content

Added check for overlaps and added new words #10

Added check for overlaps and added new words

Added check for overlaps and added new words #10

Workflow file for this run

name: "FAP: Build"
on: [ push, pull_request ]
jobs:
ufbt-build:
name: "ufbt: Build for latest release"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with ufbt
uses: flipperdevices/[email protected]
id: build-app
with:
sdk-channel: release
- name: Upload app artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: ${{ steps.build-app.outputs.fap-artifacts }}