refactor: tighten project structure and strengthen tooling
This commit is contained in:
@@ -3,8 +3,12 @@ name: 🔍 Lint
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: [develop, main]
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
@@ -3,8 +3,12 @@ name: 📊 Quality
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: [develop, main]
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user