New build system

This commit is contained in:
Willy-JL
2024-03-10 10:17:59 +00:00
parent 33aab8c4aa
commit d0b32f1124
14 changed files with 101 additions and 295 deletions

View File

@@ -1,4 +1,4 @@
name: 'Lint'
name: "Lint"
on:
push:
@@ -6,7 +6,7 @@ on:
- dev
- main
tags:
- '*'
- "*"
pull_request:
env:
@@ -16,12 +16,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
- name: "Checkout code"
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Check code formatting'
- name: "Check code formatting"
run: ./fbt lint lint_py