https://github.com/general-developer/general-developer-action
https://github.com/general-developer/general-developer-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/general-developer/general-developer-action
- Owner: General-Developer
- Created: 2025-03-01T11:21:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:21:43.000Z (8 months ago)
- Last Synced: 2025-03-01T12:24:09.210Z (8 months ago)
- Language: Shell
- Size: 349 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yaml
Awesome Lists containing this project
README
# General Developer Action
**General Developer Action** Is complete pack Ci Action For everyone who whant fast deploy, build, anyting without any effort
[](https://www.youtube.com/@Global_Corporation)
**Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER**
## 📚️ Docs
1. [Documentation](https://youtube.com/@GENERAL_DEV)
2. [Youtube](https://youtube.com/@GENERAL_DEV)
3. [Telegram Support Group](https://t.me/DEVELOPER_GLOBAL_PUBLIC)
4. [Contact Developer](https://github.com/General-Developer) (check social media or readme profile github)
## Features
1. [x] Flutter & Dart
2. [ ] Installing Developer Dependencies
3. [ ] Including General Developer App For Speed Up Anythings
## 🚀️ Quick Start
Example Quickstart script minimal for insight you or make you use this action because very simple
```yaml
name: General Testing
on:
workflow_dispatch:
jobs:
general-action-test:
name: General Action Test
timeout-minutes: 30
strategy:
# fail-fast: true
matrix:
include:
# check done
- os: macos-latest # build macos
- os: ubuntu-24.04 # build android
- os: windows-latest # build windows
runs-on: ${{ matrix.os }}
steps:
- name: General Developer Action
uses: General-Developer/general-developer-action@0.0.7
with:
flutter_channel: stable
flutter_version: 3.29.0
is_use_cache: true
flutter_cache_key: "flutter-path-${{ runner.os }}-3.29.0"
install_dependencies_developer: "true" # installing git ffmpeg mpv cmake cpp aand more
install_java: "true" # Instalaling java
- name: Mkdir Folder
shell: bash
run: |
mkdir -p another-work
- name: Flutter Version
working-directory: another-work
run: |
flutter --version
```
**Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER**