Skip to content

Commit

Permalink
ci(): testing ci
Browse files Browse the repository at this point in the history
i should read docs first
i should read docs first
i should read docs first
  • Loading branch information
zyuhel authored Mar 29, 2023
1 parent b4f93a4 commit 7aadc0c
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
- name: Build Flipper Application Package
uses: oleksiikutuzov/[email protected]
with:
channel: dev
name: Build FAP

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build
uses: oleksiikutuzov/flipperzero-ufbt-action@v2
with:
channel: rc

0 comments on commit 7aadc0c

Please sign in to comment.